"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/27 02:13:20 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-yomuduf9gubu" 2026/07/27 02:13:20 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/27 02:13:20 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/27 02:13:20 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/27 02:13:20 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/27 02:13:20 DEBUG : Setting ssh="ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_SSH 2026/07/27 02:13:20 NOTICE: TestSFTPRcloneSSH{aFBXt}: No host key validation is being performed. Set known_hosts_file to enable it. See: https://rclone.org/sftp/#host-key-validation 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell type "unix" from config 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Relative path resolved to "/rclone-test-yomuduf9gubu" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Using root directory "/rclone-test-yomuduf9gubu" 2026/07/27 02:13:20 DEBUG : Creating backend with remote "/tmp/rclone1549732235" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:20 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:20 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:20 DEBUG : dir: Looking for writers 2026/07/27 02:13:20 DEBUG : Looking for writers 2026/07/27 02:13:20 DEBUG : dir: reading active writers 2026/07/27 02:13:20 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.23s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:20 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:20 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:20 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:20 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:20 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/27 02:13:21 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:21 DEBUG : dir/subdir: Looking for writers 2026/07/27 02:13:21 DEBUG : dir: Looking for writers 2026/07/27 02:13:21 DEBUG : file1: reading active writers 2026/07/27 02:13:21 DEBUG : file2: reading active writers 2026/07/27 02:13:21 DEBUG : subdir: reading active writers 2026/07/27 02:13:21 DEBUG : Looking for writers 2026/07/27 02:13:21 DEBUG : dir: reading active writers 2026/07/27 02:13:21 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.63s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:21 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:21 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:21 DEBUG : dir: Looking for writers 2026/07/27 02:13:21 DEBUG : file1: reading active writers 2026/07/27 02:13:21 DEBUG : Looking for writers 2026/07/27 02:13:21 DEBUG : dir: reading active writers 2026/07/27 02:13:21 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.22s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:21 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:21 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:21 DEBUG : dir: Looking for writers 2026/07/27 02:13:21 DEBUG : Looking for writers 2026/07/27 02:13:21 DEBUG : dir: reading active writers 2026/07/27 02:13:21 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.23s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:21 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:21 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:21 DEBUG : forgetting directory cache 2026/07/27 02:13:21 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:21 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:21 DEBUG : Looking for writers 2026/07/27 02:13:21 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.23s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:21 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:21 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:22 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/27 02:13:22 DEBUG : dir: invalidating directory cache 2026/07/27 02:13:22 DEBUG : >ForgetPath: 2026/07/27 02:13:22 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/27 02:13:22 DEBUG : invalidating directory cache 2026/07/27 02:13:22 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:22 DEBUG : >ForgetPath: 2026/07/27 02:13:22 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/27 02:13:22 DEBUG : >ForgetPath: 2026/07/27 02:13:22 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:22 DEBUG : dir: Looking for writers 2026/07/27 02:13:22 DEBUG : Looking for writers 2026/07/27 02:13:22 DEBUG : dir: reading active writers 2026/07/27 02:13:22 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:22 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/fil/a/b/c" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/fil/a/b/c 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/fil/a/b/c" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-yomuduf9gubu/fil/a/b/c 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/fil/a/b/c" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/fil/a/b/c 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/fil/a/b/c" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-yomuduf9gubu/fil/a/b/c 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:22 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:22 DEBUG : forgetting directory cache 2026/07/27 02:13:22 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:22 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:22 DEBUG : dir: Looking for writers 2026/07/27 02:13:22 DEBUG : fil/a/b: Looking for writers 2026/07/27 02:13:22 DEBUG : fil/a: Looking for writers 2026/07/27 02:13:22 DEBUG : b: reading active writers 2026/07/27 02:13:22 DEBUG : fil: Looking for writers 2026/07/27 02:13:22 DEBUG : a: reading active writers 2026/07/27 02:13:22 DEBUG : Looking for writers 2026/07/27 02:13:22 DEBUG : dir: reading active writers 2026/07/27 02:13:22 DEBUG : fil: reading active writers 2026/07/27 02:13:22 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.80s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:22 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:22 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:23 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:23 DEBUG : dir: Looking for writers 2026/07/27 02:13:23 DEBUG : Looking for writers 2026/07/27 02:13:23 DEBUG : dir: reading active writers 2026/07/27 02:13:23 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.24s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:23 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:23 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:23 DEBUG : dir: Looking for writers 2026/07/27 02:13:23 DEBUG : file1: reading active writers 2026/07/27 02:13:23 DEBUG : Looking for writers 2026/07/27 02:13:23 DEBUG : dir: reading active writers 2026/07/27 02:13:23 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.24s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:23 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/subdir/file3" 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yomuduf9gubu/dir/subdir/file3 2026/07/27 02:13:23 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:23 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/27 02:13:23 DEBUG : Waiting for deletions to finish 2026/07/27 02:13:23 INFO : dir/subdir/file3: Deleted 2026/07/27 02:13:23 DEBUG : removing 1 level 2 directories 2026/07/27 02:13:23 INFO : dir/subdir: Removing directory 2026/07/27 02:13:23 DEBUG : dir: invalidating directory cache 2026/07/27 02:13:23 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/27 02:13:23 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/27 02:13:23 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/27 02:13:23 DEBUG : dir/file1: Reset virtual modtime 2026/07/27 02:13:23 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/27 02:13:23 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/27 02:13:23 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:23 DEBUG : dir: invalidating directory cache 2026/07/27 02:13:23 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/27 02:13:23 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/27 02:13:23 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/27 02:13:23 DEBUG : forgetting directory cache 2026/07/27 02:13:23 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:23 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/27 02:13:23 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:23 DEBUG : dir/virtualDir: Looking for writers 2026/07/27 02:13:23 DEBUG : dir: Looking for writers 2026/07/27 02:13:23 DEBUG : file1: reading active writers 2026/07/27 02:13:23 DEBUG : virtualFile2: reading active writers 2026/07/27 02:13:23 DEBUG : virtualFile: reading active writers 2026/07/27 02:13:23 DEBUG : virtualDir: reading active writers 2026/07/27 02:13:23 DEBUG : Looking for writers 2026/07/27 02:13:23 DEBUG : dir: reading active writers 2026/07/27 02:13:23 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.63s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:23 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:24 ERROR : dir/: Can only open directories read only 2026/07/27 02:13:24 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:24 DEBUG : dir: Looking for writers 2026/07/27 02:13:24 DEBUG : Looking for writers 2026/07/27 02:13:24 DEBUG : dir: reading active writers 2026/07/27 02:13:24 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.23s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:24 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:24 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/27 02:13:24 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/27 02:13:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 02:13:24 DEBUG : dir/potato: size = 5 OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/potato" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/potato 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/potato" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/dir/potato 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:24 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:24 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/27 02:13:24 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/27 02:13:24 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:24 DEBUG : dir: Looking for writers 2026/07/27 02:13:24 DEBUG : file1: reading active writers 2026/07/27 02:13:24 DEBUG : potato: reading active writers 2026/07/27 02:13:24 DEBUG : Looking for writers 2026/07/27 02:13:24 DEBUG : dir: reading active writers 2026/07/27 02:13:24 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.44s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:24 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:24 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:24 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:25 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:25 DEBUG : dir/sub: Looking for writers 2026/07/27 02:13:25 DEBUG : dir: Looking for writers 2026/07/27 02:13:25 DEBUG : file1: reading active writers 2026/07/27 02:13:25 DEBUG : sub: reading active writers 2026/07/27 02:13:25 DEBUG : Looking for writers 2026/07/27 02:13:25 DEBUG : dir: reading active writers 2026/07/27 02:13:25 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.56s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:25 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:25 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/27 02:13:25 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:25 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:25 DEBUG : dir/sub/subsub: Looking for writers 2026/07/27 02:13:25 DEBUG : dir/sub: Looking for writers 2026/07/27 02:13:25 DEBUG : subsub: reading active writers 2026/07/27 02:13:25 DEBUG : dir: Looking for writers 2026/07/27 02:13:25 DEBUG : file1: reading active writers 2026/07/27 02:13:25 DEBUG : sub: reading active writers 2026/07/27 02:13:25 DEBUG : Looking for writers 2026/07/27 02:13:25 DEBUG : dir: reading active writers 2026/07/27 02:13:25 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.47s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:25 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:25 ERROR : dir/: Dir.Remove not empty 2026/07/27 02:13:25 DEBUG : dir/file1: Remove: 2026/07/27 02:13:25 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:25 DEBUG : dir/file1: >Remove: err= 2026/07/27 02:13:25 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/27 02:13:25 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:25 DEBUG : Looking for writers 2026/07/27 02:13:25 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.23s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:25 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:25 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:26 DEBUG : dir/file1: Remove: 2026/07/27 02:13:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:26 DEBUG : dir/file1: >Remove: err= 2026/07/27 02:13:26 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/27 02:13:26 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:26 DEBUG : Looking for writers 2026/07/27 02:13:26 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.23s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:26 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:26 DEBUG : dir/file1: Remove: 2026/07/27 02:13:26 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:26 DEBUG : dir/file1: >Remove: err= 2026/07/27 02:13:26 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:26 DEBUG : dir: Looking for writers 2026/07/27 02:13:26 DEBUG : Looking for writers 2026/07/27 02:13:26 DEBUG : dir: reading active writers 2026/07/27 02:13:26 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.33s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:26 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file3" 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file3 2026/07/27 02:13:26 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yomuduf9gubu/dir/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yomuduf9gubu/dir/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/27 02:13:27 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/27 02:13:27 DEBUG : dir: Updating dir with dir2 0x2333a74149c0 2026/07/27 02:13:27 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:27 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/27 02:13:27 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file1" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir2/file1 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir2/file1" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir2/file1 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file1" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir2/file1 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir2/file1" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir2/file1 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/27 02:13:27 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/27 02:13:27 DEBUG : file2: Updating file with file2 0x2333a71828f0 2026/07/27 02:13:27 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:27 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:27 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:27 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/27 02:13:28 INFO : dir2/file3: Deleted 2026/07/27 02:13:28 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/27 02:13:28 DEBUG : dir2/file3: Updating file with dir2/file3 0x2333a71828f0 2026/07/27 02:13:28 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/27 02:13:28 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir2/file3" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir2/file3 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:28 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/27 02:13:28 DEBUG : empty directory: Updating dir with renamed empty directory 0x2333a7414d00 2026/07/27 02:13:28 DEBUG : empty directory: forgetting directory cache 2026/07/27 02:13:28 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/27 02:13:28 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/27 02:13:28 DEBUG : dir2: Renaming to "dir3" 2026/07/27 02:13:28 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:28 DEBUG : dir3: Looking for writers 2026/07/27 02:13:28 DEBUG : file3: reading active writers 2026/07/27 02:13:28 DEBUG : renamed empty directory: Looking for writers 2026/07/27 02:13:28 DEBUG : Looking for writers 2026/07/27 02:13:28 DEBUG : dir3: reading active writers 2026/07/27 02:13:28 DEBUG : renamed empty directory: reading active writers 2026/07/27 02:13:28 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.85s) === 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-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:28 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:28 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/27 02:13:28 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:28 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/27 02:13:28 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/27 02:13:28 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/27 02:13:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/27 02:13:28 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:28 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:28 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/27 02:13:28 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/27 02:13:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (12 bytes), uploading instead of streaming 2026/07/27 02:13:28 DEBUG : dir/sub/file2: size = 12 OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/sub/file2" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/sub/file2 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/sub/file2" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-yomuduf9gubu/dir/sub/file2 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/27 02:13:28 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/27 02:13:28 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/27 02:13:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:28 DEBUG : forgetting directory cache 2026/07/27 02:13:28 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:28 DEBUG : dir/sub: forgetting directory cache 2026/07/27 02:13:28 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/27 02:13:28 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 02:13:28 DEBUG : dir/sub/file0: size = 5 OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/sub/file0" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/sub/file0 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/sub/file0" 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/dir/sub/file0 2026/07/27 02:13:28 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:28 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:28 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:28 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/27 02:13:28 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/27 02:13:28 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:28 DEBUG : dir/sub: Looking for writers 2026/07/27 02:13:28 DEBUG : file0: reading active writers 2026/07/27 02:13:28 DEBUG : file2: reading active writers 2026/07/27 02:13:28 DEBUG : dir: Looking for writers 2026/07/27 02:13:28 DEBUG : file1: reading active writers 2026/07/27 02:13:28 DEBUG : sub: reading active writers 2026/07/27 02:13:28 DEBUG : Looking for writers 2026/07/27 02:13:28 DEBUG : dir: reading active writers 2026/07/27 02:13:28 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.44s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:28 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:28 DEBUG : forgetting directory cache 2026/07/27 02:13:29 DEBUG : forgetting directory cache 2026/07/27 02:13:29 DEBUG : dir: forgetting directory cache 2026/07/27 02:13:29 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:29 DEBUG : dir: Looking for writers 2026/07/27 02:13:29 DEBUG : Looking for writers 2026/07/27 02:13:29 DEBUG : dir: reading active writers 2026/07/27 02:13:29 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:29 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:29 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:29 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:29 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:29 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/27 02:13:30 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:30 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/27 02:13:30 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/27 02:13:30 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/27 02:13:30 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:30 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:30 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/27 02:13:30 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:30 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/27 02:13:30 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/27 02:13:30 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/27 02:13:30 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:30 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:30 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:30 DEBUG : dir: Looking for writers 2026/07/27 02:13:30 DEBUG : file1: reading active writers 2026/07/27 02:13:30 DEBUG : file1.metadata: reading active writers 2026/07/27 02:13:30 DEBUG : Looking for writers 2026/07/27 02:13:30 DEBUG : dir: reading active writers 2026/07/27 02:13:30 DEBUG : dir.metadata: reading active writers 2026/07/27 02:13:30 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:30 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:30 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:30 DEBUG : dir: Looking for writers 2026/07/27 02:13:30 DEBUG : file1: reading active writers 2026/07/27 02:13:30 DEBUG : Looking for writers 2026/07/27 02:13:30 DEBUG : dir: reading active writers 2026/07/27 02:13:30 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.24s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:30 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:30 DEBUG : Can set mod time: true 2026/07/27 02:13:30 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:30 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:30 DEBUG : dir: Looking for writers 2026/07/27 02:13:30 DEBUG : file1: reading active writers 2026/07/27 02:13:30 DEBUG : Looking for writers 2026/07/27 02:13:30 DEBUG : dir: reading active writers 2026/07/27 02:13:30 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:30 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:30 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:31 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/27 02:13:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 02:13:31 DEBUG : dir/file1: size = 0 OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:31 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:13:31 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/27 02:13:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/27 02:13:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:31 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:31 DEBUG : dir: Looking for writers 2026/07/27 02:13:31 DEBUG : file1: reading active writers 2026/07/27 02:13:31 DEBUG : Looking for writers 2026/07/27 02:13:31 DEBUG : dir: reading active writers 2026/07/27 02:13:31 DEBUG : >WaitForWriters: 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/27 02:13:31 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:31 DEBUG : dir: Looking for writers 2026/07/27 02:13:31 DEBUG : file1: reading active writers 2026/07/27 02:13:31 DEBUG : Looking for writers 2026/07/27 02:13:31 DEBUG : dir: reading active writers 2026/07/27 02:13:31 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:31 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:31 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/27 02:13:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 02:13:31 DEBUG : dir/file1: size = 5 OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:31 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:31 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/27 02:13:31 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/27 02:13:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:31 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:31 DEBUG : dir: Looking for writers 2026/07/27 02:13:31 DEBUG : file1: reading active writers 2026/07/27 02:13:31 DEBUG : Looking for writers 2026/07/27 02:13:31 DEBUG : dir: reading active writers 2026/07/27 02:13:31 DEBUG : >WaitForWriters: 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:31 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/27 02:13:31 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:31 DEBUG : dir: Looking for writers 2026/07/27 02:13:31 DEBUG : file1: reading active writers 2026/07/27 02:13:31 DEBUG : Looking for writers 2026/07/27 02:13:31 DEBUG : dir: reading active writers 2026/07/27 02:13:31 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:31 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:31 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:31 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:31 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:31 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:31 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:32 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:32 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:32 DEBUG : dir: Looking for writers 2026/07/27 02:13:32 DEBUG : file1: reading active writers 2026/07/27 02:13:32 DEBUG : Looking for writers 2026/07/27 02:13:32 DEBUG : dir: reading active writers 2026/07/27 02:13:32 DEBUG : >WaitForWriters: 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:32 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:32 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/27 02:13:32 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:32 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:32 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:32 DEBUG : dir/file1(0x2333a6ba71c0): close: 2026/07/27 02:13:32 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/27 02:13:32 DEBUG : dir/file1(0x2333a6ba71c0): >close: err= 2026/07/27 02:13:32 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:32 DEBUG : dir: Looking for writers 2026/07/27 02:13:32 DEBUG : file1: reading active writers 2026/07/27 02:13:32 DEBUG : Looking for writers 2026/07/27 02:13:32 DEBUG : dir: reading active writers 2026/07/27 02:13:32 DEBUG : >WaitForWriters: 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:32 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:32 DEBUG : dir: Looking for writers 2026/07/27 02:13:32 DEBUG : file1: reading active writers 2026/07/27 02:13:32 DEBUG : Looking for writers 2026/07/27 02:13:32 DEBUG : dir: reading active writers 2026/07/27 02:13:32 DEBUG : >WaitForWriters: 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:32 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:32 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:32 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:33 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/27 02:13:33 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:33 DEBUG : dir/file1(0x2333a7404c00): _writeAt: size=5, off=0 2026/07/27 02:13:33 DEBUG : dir/file1(0x2333a7404c00): openPending: 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/27 02:13:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:33 DEBUG : dir/file1(0x2333a7404c00): >openPending: err= 2026/07/27 02:13:33 DEBUG : dir/file1(0x2333a7404c00): >_writeAt: n=5, err= 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/27 02:13:33 DEBUG : dir/file1(0x2333a7404c00): close: 2026/07/27 02:13:33 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/27 02:13:33 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/27 02:13:33 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/27 02:13:33 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/27 02:13:33 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:33 DEBUG : dir/file1(0x2333a7404c00): >close: err= 2026/07/27 02:13:33 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: starting upload 2026/07/27 02:13:33 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1.2f98c60a.partial" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1.2f98c60a.partial 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1.2f98c60a.partial" 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yomuduf9gubu/dir/file1.2f98c60a.partial 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/27 02:13:33 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/27 02:13:33 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/27 02:13:33 INFO : dir/file1: Copied (replaced existing) 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/27 02:13:33 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:33 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/27 02:13:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:33 DEBUG : >WaitForWriters: 2026/07/27 02:13:33 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/27 02:13:33 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:33 DEBUG : dir: Looking for writers 2026/07/27 02:13:33 DEBUG : file1: reading active writers 2026/07/27 02:13:33 DEBUG : Looking for writers 2026/07/27 02:13:33 DEBUG : dir: reading active writers 2026/07/27 02:13:33 DEBUG : >WaitForWriters: 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.33s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.55s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.57s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.46s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.44s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.85s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:33 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:33 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:33 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:33 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:33 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:33 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:34 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:34 DEBUG : dir: Looking for writers 2026/07/27 02:13:34 DEBUG : file1: reading active writers 2026/07/27 02:13:34 DEBUG : Looking for writers 2026/07/27 02:13:34 DEBUG : dir: reading active writers 2026/07/27 02:13:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.34s) === RUN TestFileOpenReadUnknownSize 2026/07/27 02:13:34 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/27 02:13:34 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/27 02:13:34 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:34 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/27 02:13:34 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:34 DEBUG : Looking for writers 2026/07/27 02:13:34 DEBUG : file.txt: reading active writers 2026/07/27 02:13:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:34 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/27 02:13:34 DEBUG : dir/file1: size = 25 OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:34 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:34 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/27 02:13:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:34 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:34 DEBUG : dir: Looking for writers 2026/07/27 02:13:34 DEBUG : file1: reading active writers 2026/07/27 02:13:34 DEBUG : Looking for writers 2026/07/27 02:13:34 DEBUG : dir: reading active writers 2026/07/27 02:13:34 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.35s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:34 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:34 DEBUG : dir/file1: Remove: 2026/07/27 02:13:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:34 DEBUG : dir/file1: >Remove: err= 2026/07/27 02:13:34 DEBUG : dir/file1: Remove: 2026/07/27 02:13:34 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/27 02:13:34 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:34 DEBUG : dir: Looking for writers 2026/07/27 02:13:34 DEBUG : Looking for writers 2026/07/27 02:13:34 DEBUG : dir: reading active writers 2026/07/27 02:13:34 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.24s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:34 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:34 DEBUG : dir/file1: Remove: 2026/07/27 02:13:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:34 DEBUG : dir/file1: >Remove: err= 2026/07/27 02:13:34 DEBUG : dir/file1: Remove: 2026/07/27 02:13:34 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/27 02:13:34 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:34 DEBUG : dir: Looking for writers 2026/07/27 02:13:34 DEBUG : Looking for writers 2026/07/27 02:13:34 DEBUG : dir: reading active writers 2026/07/27 02:13:34 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.24s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:34 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:34 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:35 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:35 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:35 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/27 02:13:35 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/27 02:13:35 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/27 02:13:35 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/27 02:13:35 DEBUG : dir/file1: Open: flags=0x3 2026/07/27 02:13:35 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/27 02:13:35 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/27 02:13:35 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:35 DEBUG : dir: Looking for writers 2026/07/27 02:13:35 DEBUG : file1: reading active writers 2026/07/27 02:13:35 DEBUG : Looking for writers 2026/07/27 02:13:35 DEBUG : dir: reading active writers 2026/07/27 02:13:35 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:35 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:35 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:35 DEBUG : dir: Looking for writers 2026/07/27 02:13:35 DEBUG : file1: reading active writers 2026/07/27 02:13:35 DEBUG : Looking for writers 2026/07/27 02:13:35 DEBUG : dir: reading active writers 2026/07/27 02:13:35 DEBUG : >WaitForWriters: 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:35 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7991790 2026/07/27 02:13:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/27 02:13:35 DEBUG : dir/file1: Updating file with dir/file1 0x2333a7991790 2026/07/27 02:13:35 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/27 02:13:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:35 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/27 02:13:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:35 DEBUG : dir/file1: File is currently open, delaying rename 0x2333a7991790 2026/07/27 02:13:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/27 02:13:35 DEBUG : dir/file1: size = 25 OK 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:35 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:36 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:36 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/27 02:13:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:36 DEBUG : newLeaf: Running delayed rename now 2026/07/27 02:13:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:36 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7991790 2026/07/27 02:13:36 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:36 DEBUG : dir: Looking for writers 2026/07/27 02:13:36 DEBUG : Looking for writers 2026/07/27 02:13:36 DEBUG : dir: reading active writers 2026/07/27 02:13:36 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:36 DEBUG : >WaitForWriters: 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/27 02:13:36 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:36 DEBUG : dir: Looking for writers 2026/07/27 02:13:36 DEBUG : Looking for writers 2026/07/27 02:13:36 DEBUG : dir: reading active writers 2026/07/27 02:13:36 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:36 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:36 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:36 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:36 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:36 DEBUG : dir: Looking for writers 2026/07/27 02:13:36 DEBUG : file1: reading active writers 2026/07/27 02:13:36 DEBUG : Looking for writers 2026/07/27 02:13:36 DEBUG : dir: reading active writers 2026/07/27 02:13:36 DEBUG : >WaitForWriters: 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:36 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7a36c30 2026/07/27 02:13:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:36 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:36 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/27 02:13:36 DEBUG : dir/file1: Updating file with dir/file1 0x2333a7a36c30 2026/07/27 02:13:36 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/27 02:13:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:36 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:37 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/27 02:13:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:37 DEBUG : dir/file1: File is currently open, delaying rename 0x2333a7a36c30 2026/07/27 02:13:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (25 bytes), uploading instead of streaming 2026/07/27 02:13:37 DEBUG : dir/file1: size = 25 OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:37 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:37 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/27 02:13:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:37 DEBUG : newLeaf: Running delayed rename now 2026/07/27 02:13:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:37 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7a36c30 2026/07/27 02:13:37 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:37 DEBUG : dir: Looking for writers 2026/07/27 02:13:37 DEBUG : Looking for writers 2026/07/27 02:13:37 DEBUG : dir: reading active writers 2026/07/27 02:13:37 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:37 DEBUG : >WaitForWriters: 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/27 02:13:37 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:37 DEBUG : dir: Looking for writers 2026/07/27 02:13:37 DEBUG : Looking for writers 2026/07/27 02:13:37 DEBUG : dir: reading active writers 2026/07/27 02:13:37 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:37 DEBUG : >WaitForWriters: 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:37 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:37 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:37 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:37 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:37 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:37 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:37 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:37 DEBUG : dir/file1(0x2333a6f90c40): openPending: 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/27 02:13:37 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/27 02:13:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:37 DEBUG : dir/file1(0x2333a6f90c40): >openPending: err= 2026/07/27 02:13:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:37 DEBUG : dir/file1(0x2333a6f90c40): _writeAt: size=14, off=0 2026/07/27 02:13:37 DEBUG : dir/file1(0x2333a6f90c40): >_writeAt: n=14, err= 2026/07/27 02:13:37 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/27 02:13:37 DEBUG : dir/file1(0x2333a6f90c40): close: 2026/07/27 02:13:37 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/27 02:13:37 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/27 02:13:37 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:37 DEBUG : dir/file1(0x2333a6f90c40): >close: err= 2026/07/27 02:13:37 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:37 DEBUG : dir: Looking for writers 2026/07/27 02:13:37 DEBUG : file1: reading active writers 2026/07/27 02:13:37 DEBUG : Looking for writers 2026/07/27 02:13:37 DEBUG : dir: reading active writers 2026/07/27 02:13:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:37 DEBUG : dir: Looking for writers 2026/07/27 02:13:37 DEBUG : file1: reading active writers 2026/07/27 02:13:37 DEBUG : Looking for writers 2026/07/27 02:13:37 DEBUG : dir: reading active writers 2026/07/27 02:13:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:37 DEBUG : dir: Looking for writers 2026/07/27 02:13:37 DEBUG : file1: reading active writers 2026/07/27 02:13:37 DEBUG : Looking for writers 2026/07/27 02:13:37 DEBUG : dir: reading active writers 2026/07/27 02:13:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:37 DEBUG : dir: Looking for writers 2026/07/27 02:13:37 DEBUG : file1: reading active writers 2026/07/27 02:13:37 DEBUG : Looking for writers 2026/07/27 02:13:37 DEBUG : dir: reading active writers 2026/07/27 02:13:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:37 DEBUG : dir/file1: vfs cache: starting upload 2026/07/27 02:13:37 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1.ca338588.partial" 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1.ca338588.partial 2026/07/27 02:13:37 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1.ca338588.partial" 2026/07/27 02:13:38 DEBUG : dir: Looking for writers 2026/07/27 02:13:38 DEBUG : file1: reading active writers 2026/07/27 02:13:38 DEBUG : Looking for writers 2026/07/27 02:13:38 DEBUG : dir: reading active writers 2026/07/27 02:13:38 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1.ca338588.partial 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/27 02:13:38 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/27 02:13:38 INFO : dir/file1: Copied (replaced existing) 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:38 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/27 02:13:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:38 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:38 DEBUG : dir: Looking for writers 2026/07/27 02:13:38 DEBUG : file1: reading active writers 2026/07/27 02:13:38 DEBUG : Looking for writers 2026/07/27 02:13:38 DEBUG : dir: reading active writers 2026/07/27 02:13:38 DEBUG : >WaitForWriters: 2026/07/27 02:13:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:38 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:38 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:38 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:38 DEBUG : dir/file1(0x2333a708e200): _readAt: size=512, off=0 2026/07/27 02:13:38 DEBUG : dir/file1(0x2333a708e200): openPending: 2026/07/27 02:13:38 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/27 02:13:38 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/27 02:13:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:38 DEBUG : dir/file1(0x2333a708e200): >openPending: err= 2026/07/27 02:13:38 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/27 02:13:38 DEBUG : dir/file1(0x2333a708e200): >_readAt: n=14, err=EOF 2026/07/27 02:13:38 DEBUG : dir/file1(0x2333a708e200): close: 2026/07/27 02:13:38 DEBUG : dir/file1(0x2333a708e200): >close: err= 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:38 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:38 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7a37450 2026/07/27 02:13:38 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:38 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:38 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/27 02:13:38 DEBUG : dir/file1: Updating file with dir/file1 0x2333a7a37450 2026/07/27 02:13:38 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/27 02:13:38 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:38 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:39 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:39 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:39 DEBUG : dir/file1(0x2333a7404b80): openPending: 2026/07/27 02:13:39 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/27 02:13:39 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/27 02:13:39 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:39 DEBUG : dir/file1(0x2333a7404b80): >openPending: err= 2026/07/27 02:13:39 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:39 DEBUG : dir/file1(0x2333a7404b80): _writeAt: size=25, off=0 2026/07/27 02:13:39 DEBUG : dir/file1(0x2333a7404b80): >_writeAt: n=25, err= 2026/07/27 02:13:39 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:39 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:39 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7a37450 2026/07/27 02:13:39 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:39 DEBUG : newLeaf(0x2333a7404b80): close: 2026/07/27 02:13:39 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/27 02:13:39 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-27 02:13:39.022115671 +0000 UTC m=+18.863588051 2026/07/27 02:13:39 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:39 DEBUG : newLeaf(0x2333a7404b80): >close: err= 2026/07/27 02:13:39 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:39 DEBUG : newLeaf: vfs cache: starting upload 2026/07/27 02:13:39 DEBUG : newLeaf.d44b780c.partial: size = 25 OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf.d44b780c.partial" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf.d44b780c.partial 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf.d44b780c.partial" 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf.d44b780c.partial 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : newLeaf.d44b780c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:39 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:39 DEBUG : newLeaf.d44b780c.partial: renamed to: newLeaf 2026/07/27 02:13:39 INFO : newLeaf: Copied (replaced existing) 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:39 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-27 02:13:39 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/27 02:13:39 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/27 02:13:39 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:39 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : >WaitForWriters: 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/27 02:13:39 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:39 DEBUG : >WaitForWriters: 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:39 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:39 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:39 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:39 DEBUG : dir: Looking for writers 2026/07/27 02:13:39 DEBUG : file1: reading active writers 2026/07/27 02:13:39 DEBUG : Looking for writers 2026/07/27 02:13:39 DEBUG : dir: reading active writers 2026/07/27 02:13:39 DEBUG : >WaitForWriters: 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:39 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:39 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:40 DEBUG : newLeaf: Updating file with newLeaf 0x2333a73d2d00 2026/07/27 02:13:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:40 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/27 02:13:40 DEBUG : dir/file1: Updating file with dir/file1 0x2333a73d2d00 2026/07/27 02:13:40 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/27 02:13:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:40 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:40 DEBUG : dir/file1(0x2333a71033c0): openPending: 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/27 02:13:40 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/27 02:13:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:40 DEBUG : dir/file1(0x2333a71033c0): >openPending: err= 2026/07/27 02:13:40 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:40 DEBUG : dir/file1(0x2333a71033c0): _writeAt: size=25, off=0 2026/07/27 02:13:40 DEBUG : dir/file1(0x2333a71033c0): >_writeAt: n=25, err= 2026/07/27 02:13:40 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:40 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:40 DEBUG : newLeaf: Updating file with newLeaf 0x2333a73d2d00 2026/07/27 02:13:40 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:40 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:40 DEBUG : newLeaf(0x2333a71033c0): close: 2026/07/27 02:13:40 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/27 02:13:40 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-27 02:13:40.620602451 +0000 UTC m=+20.462074831 2026/07/27 02:13:40 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:40 DEBUG : newLeaf(0x2333a71033c0): >close: err= 2026/07/27 02:13:40 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:40 DEBUG : dir: Looking for writers 2026/07/27 02:13:40 DEBUG : Looking for writers 2026/07/27 02:13:40 DEBUG : dir: reading active writers 2026/07/27 02:13:40 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:40 DEBUG : dir: Looking for writers 2026/07/27 02:13:40 DEBUG : Looking for writers 2026/07/27 02:13:40 DEBUG : dir: reading active writers 2026/07/27 02:13:40 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:40 DEBUG : dir: Looking for writers 2026/07/27 02:13:40 DEBUG : Looking for writers 2026/07/27 02:13:40 DEBUG : dir: reading active writers 2026/07/27 02:13:40 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:40 DEBUG : dir: Looking for writers 2026/07/27 02:13:40 DEBUG : Looking for writers 2026/07/27 02:13:40 DEBUG : dir: reading active writers 2026/07/27 02:13:40 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:40 DEBUG : newLeaf: vfs cache: starting upload 2026/07/27 02:13:40 DEBUG : newLeaf.eff2f5f9.partial: size = 25 OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf.eff2f5f9.partial" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf.eff2f5f9.partial 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf.eff2f5f9.partial" 2026/07/27 02:13:40 DEBUG : dir: Looking for writers 2026/07/27 02:13:40 DEBUG : Looking for writers 2026/07/27 02:13:40 DEBUG : dir: reading active writers 2026/07/27 02:13:40 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:40 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf.eff2f5f9.partial 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:40 DEBUG : newLeaf.eff2f5f9.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:40 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:40 DEBUG : newLeaf.eff2f5f9.partial: renamed to: newLeaf 2026/07/27 02:13:40 INFO : newLeaf: Copied (replaced existing) 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:40 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:41 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-27 02:13:40 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/27 02:13:41 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/27 02:13:41 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:41 DEBUG : >WaitForWriters: 2026/07/27 02:13:41 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/27 02:13:41 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:41 DEBUG : >WaitForWriters: 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:41 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:41 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:41 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a7091dc0): openPending: 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/27 02:13:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a7091dc0): >openPending: err= 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a7091dc0): _writeAt: size=14, off=0 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a7091dc0): >_writeAt: n=14, err= 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a7091dc0): close: 2026/07/27 02:13:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/27 02:13:41 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a7091dc0): >close: err= 2026/07/27 02:13:41 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : file1: reading active writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : file1: reading active writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : file1: reading active writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : file1: reading active writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: starting upload 2026/07/27 02:13:41 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1.ca338588.partial" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1.ca338588.partial 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1.ca338588.partial" 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : file1: reading active writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1.ca338588.partial 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:41 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/27 02:13:41 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/27 02:13:41 INFO : dir/file1: Copied (replaced existing) 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:41 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/27 02:13:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:41 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:41 DEBUG : dir: Looking for writers 2026/07/27 02:13:41 DEBUG : file1: reading active writers 2026/07/27 02:13:41 DEBUG : Looking for writers 2026/07/27 02:13:41 DEBUG : dir: reading active writers 2026/07/27 02:13:41 DEBUG : >WaitForWriters: 2026/07/27 02:13:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a75887c0): _readAt: size=512, off=0 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a75887c0): openPending: 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/27 02:13:41 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/27 02:13:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a75887c0): >openPending: err= 2026/07/27 02:13:41 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a75887c0): >_readAt: n=14, err=EOF 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a75887c0): close: 2026/07/27 02:13:41 DEBUG : dir/file1(0x2333a75887c0): >close: err= 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:41 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:42 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7528270 2026/07/27 02:13:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:42 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:42 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/27 02:13:42 DEBUG : dir/file1: Updating file with dir/file1 0x2333a7528270 2026/07/27 02:13:42 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/27 02:13:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:42 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:42 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:42 DEBUG : dir/file1(0x2333a73a9380): openPending: 2026/07/27 02:13:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/27 02:13:42 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/27 02:13:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:42 DEBUG : dir/file1(0x2333a73a9380): >openPending: err= 2026/07/27 02:13:42 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:42 DEBUG : dir/file1(0x2333a73a9380): _writeAt: size=25, off=0 2026/07/27 02:13:42 DEBUG : dir/file1(0x2333a73a9380): >_writeAt: n=25, err= 2026/07/27 02:13:42 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:42 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:42 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:42 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7528270 2026/07/27 02:13:42 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:42 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:42 DEBUG : newLeaf(0x2333a73a9380): close: 2026/07/27 02:13:42 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/27 02:13:42 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-27 02:13:42.702751593 +0000 UTC m=+22.544223963 2026/07/27 02:13:42 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:42 DEBUG : newLeaf(0x2333a73a9380): >close: err= 2026/07/27 02:13:42 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:42 DEBUG : dir: Looking for writers 2026/07/27 02:13:42 DEBUG : Looking for writers 2026/07/27 02:13:42 DEBUG : dir: reading active writers 2026/07/27 02:13:42 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:42 DEBUG : dir: Looking for writers 2026/07/27 02:13:42 DEBUG : Looking for writers 2026/07/27 02:13:42 DEBUG : dir: reading active writers 2026/07/27 02:13:42 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:42 DEBUG : dir: Looking for writers 2026/07/27 02:13:42 DEBUG : Looking for writers 2026/07/27 02:13:42 DEBUG : dir: reading active writers 2026/07/27 02:13:42 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:42 DEBUG : dir: Looking for writers 2026/07/27 02:13:42 DEBUG : Looking for writers 2026/07/27 02:13:42 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:42 DEBUG : dir: reading active writers 2026/07/27 02:13:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:42 DEBUG : newLeaf: vfs cache: starting upload 2026/07/27 02:13:42 DEBUG : newLeaf.6c42a89c.partial: size = 25 OK 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf.6c42a89c.partial" 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf.6c42a89c.partial 2026/07/27 02:13:42 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf.6c42a89c.partial" 2026/07/27 02:13:42 DEBUG : dir: Looking for writers 2026/07/27 02:13:42 DEBUG : Looking for writers 2026/07/27 02:13:42 DEBUG : dir: reading active writers 2026/07/27 02:13:42 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf.6c42a89c.partial 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : newLeaf.6c42a89c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:43 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:43 DEBUG : newLeaf.6c42a89c.partial: renamed to: newLeaf 2026/07/27 02:13:43 INFO : newLeaf: Copied (replaced existing) 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:43 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-27 02:13:42 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/27 02:13:43 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/27 02:13:43 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:43 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/27 02:13:43 DEBUG : dir: Looking for writers 2026/07/27 02:13:43 DEBUG : Looking for writers 2026/07/27 02:13:43 DEBUG : dir: reading active writers 2026/07/27 02:13:43 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:43 DEBUG : >WaitForWriters: 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/27 02:13:43 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:43 DEBUG : dir: Looking for writers 2026/07/27 02:13:43 DEBUG : Looking for writers 2026/07/27 02:13:43 DEBUG : dir: reading active writers 2026/07/27 02:13:43 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:43 DEBUG : >WaitForWriters: 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:43 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:43 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:43 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:43 DEBUG : dir: Looking for writers 2026/07/27 02:13:43 DEBUG : file1: reading active writers 2026/07/27 02:13:43 DEBUG : Looking for writers 2026/07/27 02:13:43 DEBUG : dir: reading active writers 2026/07/27 02:13:43 DEBUG : >WaitForWriters: 2026/07/27 02:13:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:43 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:43 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:43 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:43 DEBUG : dir/file1(0x2333a7630640): _readAt: size=512, off=0 2026/07/27 02:13:43 DEBUG : dir/file1(0x2333a7630640): openPending: 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:43 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/27 02:13:43 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/27 02:13:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:43 DEBUG : dir/file1(0x2333a7630640): >openPending: err= 2026/07/27 02:13:43 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/27 02:13:43 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:43 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:43 DEBUG : dir/file1(0x2333a7630640): >_readAt: n=14, err=EOF 2026/07/27 02:13:43 DEBUG : dir/file1(0x2333a7630640): close: 2026/07/27 02:13:43 DEBUG : dir/file1(0x2333a7630640): >close: err= 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:43 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:43 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:44 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:44 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7555110 2026/07/27 02:13:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:44 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:44 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/27 02:13:44 DEBUG : dir/file1: Updating file with dir/file1 0x2333a7555110 2026/07/27 02:13:44 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/27 02:13:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:13:44 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:44 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:44 DEBUG : dir/file1(0x2333a708f9c0): openPending: 2026/07/27 02:13:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/27 02:13:44 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/27 02:13:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:44 DEBUG : dir/file1(0x2333a708f9c0): >openPending: err= 2026/07/27 02:13:44 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:44 DEBUG : dir/file1(0x2333a708f9c0): _writeAt: size=25, off=0 2026/07/27 02:13:44 DEBUG : dir/file1(0x2333a708f9c0): >_writeAt: n=25, err= 2026/07/27 02:13:44 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:13:44 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/27 02:13:44 DEBUG : newLeaf: Updating file with newLeaf 0x2333a7555110 2026/07/27 02:13:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:13:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:44 DEBUG : newLeaf(0x2333a708f9c0): close: 2026/07/27 02:13:44 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/27 02:13:44 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-27 02:13:44.525650112 +0000 UTC m=+24.367122502 2026/07/27 02:13:44 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:44 DEBUG : newLeaf(0x2333a708f9c0): >close: err= 2026/07/27 02:13:44 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:44 DEBUG : dir: Looking for writers 2026/07/27 02:13:44 DEBUG : Looking for writers 2026/07/27 02:13:44 DEBUG : dir: reading active writers 2026/07/27 02:13:44 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:44 DEBUG : dir: Looking for writers 2026/07/27 02:13:44 DEBUG : Looking for writers 2026/07/27 02:13:44 DEBUG : dir: reading active writers 2026/07/27 02:13:44 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:44 DEBUG : dir: Looking for writers 2026/07/27 02:13:44 DEBUG : Looking for writers 2026/07/27 02:13:44 DEBUG : dir: reading active writers 2026/07/27 02:13:44 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:44 DEBUG : dir: Looking for writers 2026/07/27 02:13:44 DEBUG : Looking for writers 2026/07/27 02:13:44 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:44 DEBUG : dir: reading active writers 2026/07/27 02:13:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:44 DEBUG : newLeaf: vfs cache: starting upload 2026/07/27 02:13:44 DEBUG : newLeaf.ffd10f2c.partial: size = 25 OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf.ffd10f2c.partial" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf.ffd10f2c.partial 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf.ffd10f2c.partial" 2026/07/27 02:13:44 DEBUG : dir: Looking for writers 2026/07/27 02:13:44 DEBUG : Looking for writers 2026/07/27 02:13:44 DEBUG : dir: reading active writers 2026/07/27 02:13:44 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf.ffd10f2c.partial 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : newLeaf.ffd10f2c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:44 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/27 02:13:44 DEBUG : newLeaf.ffd10f2c.partial: renamed to: newLeaf 2026/07/27 02:13:44 INFO : newLeaf: Copied (replaced existing) 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : dir: Looking for writers 2026/07/27 02:13:44 DEBUG : Looking for writers 2026/07/27 02:13:44 DEBUG : dir: reading active writers 2026/07/27 02:13:44 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:44 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:44 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-27 02:13:44 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/27 02:13:44 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/27 02:13:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/27 02:13:44 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/27 02:13:44 DEBUG : >WaitForWriters: 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:44 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/newLeaf" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yomuduf9gubu/newLeaf 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/27 02:13:45 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:45 DEBUG : dir: Looking for writers 2026/07/27 02:13:45 DEBUG : Looking for writers 2026/07/27 02:13:45 DEBUG : dir: reading active writers 2026/07/27 02:13:45 DEBUG : newLeaf: reading active writers 2026/07/27 02:13:45 DEBUG : >WaitForWriters: 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestFileRename (10.07s) --- PASS: TestFileRename/off,forceCache=false (1.21s) --- PASS: TestFileRename/minimal,forceCache=false (1.20s) --- PASS: TestFileRename/minimal,forceCache=true (2.16s) --- PASS: TestFileRename/writes,forceCache=false (1.60s) --- PASS: TestFileRename/writes,forceCache=true (2.08s) --- PASS: TestFileRename/full,forceCache=false (1.81s) === 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-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:45 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:45 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:45 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:45 DEBUG : Looking for writers 2026/07/27 02:13:45 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-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:45 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:45 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:45 DEBUG : dir: Looking for writers 2026/07/27 02:13:45 DEBUG : file1: reading active writers 2026/07/27 02:13:45 DEBUG : Looking for writers 2026/07/27 02:13:45 DEBUG : dir: reading active writers 2026/07/27 02:13:45 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.30s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:45 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:45 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:45 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:45 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/27 02:13:45 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/27 02:13:45 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/27 02:13:45 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/27 02:13:45 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/27 02:13:45 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:45 DEBUG : dir: Looking for writers 2026/07/27 02:13:45 DEBUG : file1: reading active writers 2026/07/27 02:13:45 DEBUG : Looking for writers 2026/07/27 02:13:45 DEBUG : dir: reading active writers 2026/07/27 02:13:45 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:45 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:45 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/27 02:13:46 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/27 02:13:46 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/27 02:13:46 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/27 02:13:46 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/27 02:13:46 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/27 02:13:46 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/27 02:13:46 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/27 02:13:46 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/27 02:13:46 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/27 02:13:46 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/27 02:13:46 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:46 DEBUG : dir: Looking for writers 2026/07/27 02:13:46 DEBUG : file1: reading active writers 2026/07/27 02:13:46 DEBUG : Looking for writers 2026/07/27 02:13:46 DEBUG : dir: reading active writers 2026/07/27 02:13:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.41s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:46 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:46 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:46 DEBUG : dir: Looking for writers 2026/07/27 02:13:46 DEBUG : file1: reading active writers 2026/07/27 02:13:46 DEBUG : Looking for writers 2026/07/27 02:13:46 DEBUG : dir: reading active writers 2026/07/27 02:13:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.35s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:46 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:46 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:46 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:46 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/27 02:13:46 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:46 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/27 02:13:46 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:46 DEBUG : dir: Looking for writers 2026/07/27 02:13:46 DEBUG : file1: reading active writers 2026/07/27 02:13:46 DEBUG : Looking for writers 2026/07/27 02:13:46 DEBUG : dir: reading active writers 2026/07/27 02:13:46 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.25s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:46 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:46 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:46 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:46 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:47 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): _readAt: size=1, off=0 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): openPending: 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): >openPending: err= 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): _readAt: size=256, off=1 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): >_readAt: n=15, err=EOF 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): _readAt: size=16, off=16 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): close: 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): >close: err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): close: 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a6f917c0): >close: err=file already closed 2026/07/27 02:13:47 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:47 DEBUG : dir: Looking for writers 2026/07/27 02:13:47 DEBUG : file1: reading active writers 2026/07/27 02:13:47 DEBUG : Looking for writers 2026/07/27 02:13:47 DEBUG : dir: reading active writers 2026/07/27 02:13:47 DEBUG : >WaitForWriters: 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.34s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:47 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:47 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): _readAt: size=1, off=0 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): openPending: 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >openPending: err= 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): _readAt: size=1, off=5 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): _readAt: size=1, off=3 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): _readAt: size=1, off=13 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): _readAt: size=16, off=100 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >_readAt: n=0, err=EOF 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): close: 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a7444340): >close: err= 2026/07/27 02:13:47 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:47 DEBUG : dir: Looking for writers 2026/07/27 02:13:47 DEBUG : file1: reading active writers 2026/07/27 02:13:47 DEBUG : Looking for writers 2026/07/27 02:13:47 DEBUG : dir: reading active writers 2026/07/27 02:13:47 DEBUG : >WaitForWriters: 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.34s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:47 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:47 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:47 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:47 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=1, off=0 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): openPending: 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:47 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >openPending: err= 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:47 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=1, off=5 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=1, off=1 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=1, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=6, off=10 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=6, err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=256, off=10 2026/07/27 02:13:47 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=6, err=EOF 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=256, off=100 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): close: 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >close: err= 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): _readAt: size=256, off=100 2026/07/27 02:13:47 DEBUG : dir/file1(0x2333a74876c0): >_readAt: n=0, err=file already closed 2026/07/27 02:13:47 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:47 DEBUG : dir: Looking for writers 2026/07/27 02:13:47 DEBUG : file1: reading active writers 2026/07/27 02:13:47 DEBUG : Looking for writers 2026/07/27 02:13:47 DEBUG : dir: reading active writers 2026/07/27 02:13:47 DEBUG : >WaitForWriters: 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.34s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:47 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:47 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:47 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:47 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:48 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): RWFileHandle.Flush 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): _readAt: size=256, off=0 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): openPending: 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): >openPending: err= 2026/07/27 02:13:48 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/27 02:13:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): >_readAt: n=16, err=EOF 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): RWFileHandle.Flush 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): RWFileHandle.Flush 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): close: 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a6b37c80): >close: err= 2026/07/27 02:13:48 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:48 DEBUG : dir: Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : dir: reading active writers 2026/07/27 02:13:48 DEBUG : >WaitForWriters: 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.34s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:48 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:48 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:13:48 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/27 02:13:48 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:48 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): _readAt: size=256, off=0 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): openPending: 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:48 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:48 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): >openPending: err= 2026/07/27 02:13:48 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/27 02:13:48 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:48 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:48 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): >_readAt: n=16, err=EOF 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): RWFileHandle.Release 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): close: 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): >close: err= 2026/07/27 02:13:48 DEBUG : dir/file1(0x2333a777e140): RWFileHandle.Release 2026/07/27 02:13:48 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:48 DEBUG : dir: Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : dir: reading active writers 2026/07/27 02:13:48 DEBUG : >WaitForWriters: 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.35s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:48 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:48 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:48 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:48 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:48 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): openPending: 2026/07/27 02:13:48 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): >openPending: err= 2026/07/27 02:13:48 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:48 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:48 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): _writeAt: size=5, off=0 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): >_writeAt: n=5, err= 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): _writeAt: size=7, off=5 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): >_writeAt: n=7, err= 2026/07/27 02:13:48 DEBUG : file1: vfs cache: truncate to size=11 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): close: 2026/07/27 02:13:48 DEBUG : file1: vfs cache: setting modification time to 2026-07-27 02:13:48.519540083 +0000 UTC m=+28.361012503 2026/07/27 02:13:48 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): >close: err= 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): close: 2026/07/27 02:13:48 DEBUG : file1(0x2333a708fe80): >close: err=file already closed 2026/07/27 02:13:48 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:48 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:48 DEBUG : file1.0e8ac3db.partial: size = 11 OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.0e8ac3db.partial" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.0e8ac3db.partial 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.0e8ac3db.partial" 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1.0e8ac3db.partial 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : file1.0e8ac3db.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:13:48 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/27 02:13:48 DEBUG : file1.0e8ac3db.partial: renamed to: file1 2026/07/27 02:13:48 INFO : file1: Copied (new) 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:48 DEBUG : Looking for writers 2026/07/27 02:13:48 DEBUG : file1: reading active writers 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:13:48 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-27 02:13:48 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/27 02:13:48 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:48 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:48 DEBUG : >WaitForWriters: 2026/07/27 02:13:48 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:48 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:48 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/27 02:13:49 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : >WaitForWriters: 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.55s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:49 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:49 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:49 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): openPending: 2026/07/27 02:13:49 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): >openPending: err= 2026/07/27 02:13:49 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:49 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:49 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): _writeAt: size=7, off=0 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): >_writeAt: n=7, err= 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): _writeAt: size=6, off=5 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): >_writeAt: n=6, err= 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): close: 2026/07/27 02:13:49 DEBUG : file1: vfs cache: setting modification time to 2026-07-27 02:13:49.065813333 +0000 UTC m=+28.907285733 2026/07/27 02:13:49 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): >close: err= 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): _writeAt: size=5, off=0 2026/07/27 02:13:49 DEBUG : file1(0x2333a6f85cc0): >_writeAt: n=0, err=file already closed 2026/07/27 02:13:49 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:49 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:49 DEBUG : file1.5118be03.partial: size = 11 OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.5118be03.partial" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.5118be03.partial 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.5118be03.partial" 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1.5118be03.partial 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1.5118be03.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:13:49 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/27 02:13:49 DEBUG : file1.5118be03.partial: renamed to: file1 2026/07/27 02:13:49 INFO : file1: Copied (new) 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:13:49 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-27 02:13:49 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/27 02:13:49 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:49 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:49 DEBUG : >WaitForWriters: 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/27 02:13:49 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : >WaitForWriters: 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.50s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:49 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:49 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:49 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:49 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:49 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:49 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:49 DEBUG : file1(0x2333a7102380): openPending: 2026/07/27 02:13:49 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:49 DEBUG : file1(0x2333a7102380): >openPending: err= 2026/07/27 02:13:49 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:49 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:49 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:49 DEBUG : file1(0x2333a7102380): close: 2026/07/27 02:13:49 DEBUG : file1: vfs cache: setting modification time to 2026-07-27 02:13:49.568214805 +0000 UTC m=+29.409687194 2026/07/27 02:13:49 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:49 DEBUG : file1(0x2333a7102380): >close: err= 2026/07/27 02:13:49 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/27 02:13:49 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:13:49 DEBUG : file2: newRWFileHandle: 2026/07/27 02:13:49 DEBUG : file2(0x2333a71028c0): openPending: 2026/07/27 02:13:49 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:49 DEBUG : file2(0x2333a71028c0): >openPending: err= 2026/07/27 02:13:49 DEBUG : file2: >newRWFileHandle: err= 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:49 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/27 02:13:49 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/27 02:13:49 DEBUG : file2(0x2333a71028c0): RWFileHandle.Flush 2026/07/27 02:13:49 DEBUG : file2(0x2333a71028c0): RWFileHandle.Release 2026/07/27 02:13:49 DEBUG : file2(0x2333a71028c0): close: 2026/07/27 02:13:49 DEBUG : file2: vfs cache: setting modification time to 2026-07-27 02:13:49.56952565 +0000 UTC m=+29.410998030 2026/07/27 02:13:49 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:49 DEBUG : file2(0x2333a71028c0): >close: err= 2026/07/27 02:13:49 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file2: reading active writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file2: reading active writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : file2: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : file2: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/27 02:13:49 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:49 DEBUG : file2: vfs cache: starting upload 2026/07/27 02:13:49 DEBUG : file1.548cf0a7.partial: size = 0 OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.548cf0a7.partial" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.548cf0a7.partial 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.548cf0a7.partial" 2026/07/27 02:13:49 DEBUG : file2.4894e416.partial: size = 0 OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file2.4894e416.partial" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file2.4894e416.partial 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file2.4894e416.partial" 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : file2: reading active writers 2026/07/27 02:13:49 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file1.548cf0a7.partial 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1.548cf0a7.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file2.4894e416.partial 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file2.4894e416.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:49 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:13:49 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:13:49 DEBUG : file2.4894e416.partial: renamed to: file2 2026/07/27 02:13:49 INFO : file2: Copied (new) 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:49 DEBUG : file1.548cf0a7.partial: renamed to: file1 2026/07/27 02:13:49 INFO : file1: Copied (new) 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : Looking for writers 2026/07/27 02:13:49 DEBUG : file1: reading active writers 2026/07/27 02:13:49 DEBUG : file2: reading active writers 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:49 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-27 02:13:49 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/27 02:13:49 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:49 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:49 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-27 02:13:49 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/27 02:13:49 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/27 02:13:49 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/27 02:13:49 DEBUG : >WaitForWriters: 2026/07/27 02:13:49 INFO : file2: vfs cache: upload succeeded try #1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:49 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:49 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file2" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yomuduf9gubu/file2 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/27 02:13:50 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : file2: reading active writers 2026/07/27 02:13:50 DEBUG : >WaitForWriters: 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.76s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:50 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:50 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:50 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): openPending: 2026/07/27 02:13:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): >openPending: err= 2026/07/27 02:13:50 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): _writeAt: size=5, off=0 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): >_writeAt: n=5, err= 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): RWFileHandle.Flush 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): RWFileHandle.Flush 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): close: 2026/07/27 02:13:50 DEBUG : file1: vfs cache: setting modification time to 2026-07-27 02:13:50.327613309 +0000 UTC m=+30.169085689 2026/07/27 02:13:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:50 DEBUG : file1(0x2333a77ea580): >close: err= 2026/07/27 02:13:50 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:50 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:50 DEBUG : file1.0bfee4cb.partial: size = 5 OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.0bfee4cb.partial" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.0bfee4cb.partial 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.0bfee4cb.partial" 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1.0bfee4cb.partial 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file1.0bfee4cb.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:50 DEBUG : file1.0bfee4cb.partial: renamed to: file1 2026/07/27 02:13:50 INFO : file1: Copied (new) 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:50 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-27 02:13:50 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/27 02:13:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:50 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : >WaitForWriters: 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:50 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:50 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:50 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:50 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): openPending: 2026/07/27 02:13:50 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): >openPending: err= 2026/07/27 02:13:50 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:50 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:50 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): _writeAt: size=5, off=0 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): >_writeAt: n=5, err= 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): RWFileHandle.Release 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): close: 2026/07/27 02:13:50 DEBUG : file1: vfs cache: setting modification time to 2026-07-27 02:13:50.653327115 +0000 UTC m=+30.494799495 2026/07/27 02:13:50 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): >close: err= 2026/07/27 02:13:50 DEBUG : file1(0x2333a7544a00): RWFileHandle.Release 2026/07/27 02:13:50 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:50 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:50 DEBUG : file1.2439174d.partial: size = 5 OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.2439174d.partial" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.2439174d.partial 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.2439174d.partial" 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1.2439174d.partial 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file1.2439174d.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:50 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:50 DEBUG : file1.2439174d.partial: renamed to: file1 2026/07/27 02:13:50 INFO : file1: Copied (new) 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:50 DEBUG : Looking for writers 2026/07/27 02:13:50 DEBUG : file1: reading active writers 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:50 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:50 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-27 02:13:50 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/27 02:13:50 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:50 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:50 DEBUG : >WaitForWriters: 2026/07/27 02:13:50 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.33s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:50 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:50 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:50 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:51 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:51 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/27 02:13:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:51 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:51 DEBUG : dir/file1(0x2333a746c480): openPending: 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:51 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:51 DEBUG : dir/file1(0x2333a746c480): >openPending: err= 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/27 02:13:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:51 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:51 DEBUG : dir/file1(0x2333a746c480): _writeAt: size=5, off=0 2026/07/27 02:13:51 DEBUG : dir/file1(0x2333a746c480): >_writeAt: n=5, err= 2026/07/27 02:13:51 DEBUG : dir/file1(0x2333a746c480): close: 2026/07/27 02:13:51 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-27 02:13:51.317560624 +0000 UTC m=+31.159032994 2026/07/27 02:13:51 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:51 DEBUG : dir/file1(0x2333a746c480): >close: err= 2026/07/27 02:13:51 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: starting upload 2026/07/27 02:13:51 DEBUG : dir/file1.1f88ddff.partial: size = 5 OK 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1.1f88ddff.partial" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1.1f88ddff.partial 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1.1f88ddff.partial" 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/dir/file1.1f88ddff.partial 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:51 DEBUG : dir/file1.1f88ddff.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:51 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:51 DEBUG : dir/file1.1f88ddff.partial: renamed to: dir/file1 2026/07/27 02:13:51 INFO : dir/file1: Copied (replaced existing) 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:51 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-27 02:13:51 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/27 02:13:51 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:51 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/27 02:13:51 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:51 DEBUG : dir: Looking for writers 2026/07/27 02:13:51 DEBUG : file1: reading active writers 2026/07/27 02:13:51 DEBUG : Looking for writers 2026/07/27 02:13:51 DEBUG : dir: reading active writers 2026/07/27 02:13:51 DEBUG : >WaitForWriters: 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.99s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:51 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:51 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:51 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:51 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:51 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:51 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:52 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 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-yomuduf9gubu/dir/file1: no such file or directory 2026/07/27 02:13:52 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-yomuduf9gubu/dir/file1: no such file or directory 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:52 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/27 02:13:52 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:52 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:52 DEBUG : dir/file1: newRWFileHandle: 2026/07/27 02:13:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/27 02:13:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/27 02:13:52 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): _writeAt: size=5, off=0 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): openPending: 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:52 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/27 02:13:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): >openPending: err= 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): >_writeAt: n=5, err= 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): _writeAt: size=15, off=5 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): >_writeAt: n=15, err= 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): close: 2026/07/27 02:13:52 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-27 02:13:52.291156136 +0000 UTC m=+32.132628516 2026/07/27 02:13:52 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:52 DEBUG : dir/file1(0x2333a7678540): >close: err= 2026/07/27 02:13:52 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: starting upload 2026/07/27 02:13:52 DEBUG : dir/file1.ab0ca0ae.partial: size = 20 OK 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1.ab0ca0ae.partial" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1.ab0ca0ae.partial 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1.ab0ca0ae.partial" 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yomuduf9gubu/dir/file1.ab0ca0ae.partial 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:52 DEBUG : dir/file1.ab0ca0ae.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/27 02:13:52 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/27 02:13:52 DEBUG : dir/file1.ab0ca0ae.partial: renamed to: dir/file1 2026/07/27 02:13:52 INFO : dir/file1: Copied (replaced existing) 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:52 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-27 02:13:52 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/27 02:13:52 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:52 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/07/27 02:13:52 DEBUG : dir: Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : dir: reading active writers 2026/07/27 02:13:52 DEBUG : >WaitForWriters: 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.98s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:52 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:52 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:52 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:52 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:52 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:52 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:52 DEBUG : file1(0x2333a746d400): openPending: 2026/07/27 02:13:52 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:52 DEBUG : file1(0x2333a746d400): >openPending: err= 2026/07/27 02:13:52 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:52 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:52 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:52 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:52 DEBUG : file1(0x2333a746d400): _writeAt: size=5, off=0 2026/07/27 02:13:52 DEBUG : file1(0x2333a746d400): >_writeAt: n=5, err= 2026/07/27 02:13:52 DEBUG : file1(0x2333a746d400): close: 2026/07/27 02:13:52 DEBUG : file1: vfs cache: setting modification time to 2026-07-27 02:13:52.94406217 +0000 UTC m=+32.785534540 2026/07/27 02:13:52 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:52 DEBUG : file1(0x2333a746d400): >close: err= 2026/07/27 02:13:52 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:52 DEBUG : Looking for writers 2026/07/27 02:13:52 DEBUG : file1: reading active writers 2026/07/27 02:13:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:53 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:53 DEBUG : file1.c39356d8.partial: size = 5 OK 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.c39356d8.partial" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.c39356d8.partial 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.c39356d8.partial" 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1.c39356d8.partial 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:53 DEBUG : file1.c39356d8.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:53 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:53 DEBUG : file1.c39356d8.partial: renamed to: file1 2026/07/27 02:13:53 INFO : file1: Copied (new) 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:53 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-yomuduf9gubu/dir/file1: no such file or directory 2026/07/27 02:13:53 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-yomuduf9gubu/dir/file1: no such file or directory 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:53 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:53 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-27 02:13:52 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/27 02:13:53 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:53 DEBUG : >WaitForWriters: 2026/07/27 02:13:53 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:53 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/27 02:13:53 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.27001102 +0000 UTC m=+33.111483411 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.27001102 +0000 UTC m=+33.111483411 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90b80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91040): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91040): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91040): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.27001102 +0000 UTC m=+33.111483411 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7772a80 item 1 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91740): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91740): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91740): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.272928701 +0000 UTC m=+33.114401140 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.272928701 +0000 UTC m=+33.114401140 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7772f50 item 2 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84700): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84700): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.274771892 +0000 UTC m=+33.116244302 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.274771892 +0000 UTC m=+33.116244302 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85280): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.274771892 +0000 UTC m=+33.116244302 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773420 item 3 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85980): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85980): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85980): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.277424783 +0000 UTC m=+33.118897153 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85ec0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85ec0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.277424783 +0000 UTC m=+33.118897153 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773960 item 4 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6e40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6e40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.27928184 +0000 UTC m=+33.120754210 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.27928184 +0000 UTC m=+33.120754210 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102440): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102440): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102440): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.27928184 +0000 UTC m=+33.120754210 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773ce0 item 5 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102b40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.282493466 +0000 UTC m=+33.123965826 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71030c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71030c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71030c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71030c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71030c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.282493466 +0000 UTC m=+33.123965826 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71030c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28700 item 6 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103740): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103740): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103740): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.284436585 +0000 UTC m=+33.125908955 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.284436585 +0000 UTC m=+33.125908955 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103cc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74049c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74049c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74049c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74049c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74049c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.284436585 +0000 UTC m=+33.125908955 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74049c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28ee0 item 7 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405040): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405040): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405040): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.286640919 +0000 UTC m=+33.128113289 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405580): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405580): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405580): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.286640919 +0000 UTC m=+33.128113289 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29650 item 8 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405b40): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7405b40): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405b40): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405b40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea000): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea000): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea000): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.289046703 +0000 UTC m=+33.130519093 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.289046703 +0000 UTC m=+33.130519093 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea980): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea980): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea980): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.289046703 +0000 UTC m=+33.130519093 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f299d0 item 9 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb000): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb000): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb000): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.291844847 +0000 UTC m=+33.133317218 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb540): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb540): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb540): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.291844847 +0000 UTC m=+33.133317218 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efa070 item 10 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebc00): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a77ebc00): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebc00): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebc00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebc00): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebc00): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebc00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77460c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77460c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77460c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77460c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77460c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.29365163 +0000 UTC m=+33.135124000 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77460c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.29365163 +0000 UTC m=+33.135124000 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77465c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7746ac0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7746ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7746ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7746ac0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7746ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.29365163 +0000 UTC m=+33.135124000 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7746ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efabd0 item 11 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747140): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747140): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747140): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.29660063 +0000 UTC m=+33.138073010 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747680): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747680): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747680): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.29660063 +0000 UTC m=+33.138073010 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efb650 item 12 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747cc0): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7747cc0): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747cc0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747cc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747cc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747cc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7747cc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754180): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.298649259 +0000 UTC m=+33.140121629 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754840): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754840): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754840): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754840): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754840): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.298649259 +0000 UTC m=+33.140121629 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754840): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9c310 item 13 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754ec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754ec0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.30056093 +0000 UTC m=+33.142033289 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7754ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755400): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755400): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755400): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.30056093 +0000 UTC m=+33.142033289 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9ca80 item 14 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755a40): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7755a40): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755a40): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755a40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755a40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755e00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755e00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.302215595 +0000 UTC m=+33.143687965 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7755e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77685c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77685c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77685c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77685c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77685c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.302215595 +0000 UTC m=+33.143687965 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77685c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9d420 item 15 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7768c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7768c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7768c40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7768c40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7768c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.303961643 +0000 UTC m=+33.145434003 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7768c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769180): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769180): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.303961643 +0000 UTC m=+33.145434003 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9d8f0 item 16 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77697c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77697c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77697c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77697c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77697c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.306525484 +0000 UTC m=+33.147997854 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77697c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.306525484 +0000 UTC m=+33.147997854 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7769c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4240): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4240): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4240): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.306525484 +0000 UTC m=+33.147997854 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72ea1c0 item 17 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf48c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf48c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf48c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf48c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf48c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.309206768 +0000 UTC m=+33.150679149 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf48c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4e00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4e00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.309206768 +0000 UTC m=+33.150679149 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf4e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eaaf0 item 18 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.311491433 +0000 UTC m=+33.152963843 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.311491433 +0000 UTC m=+33.152963843 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5e80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5e80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.311491433 +0000 UTC m=+33.152963843 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf5e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eae70 item 19 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6600): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6600): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6600): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.314509804 +0000 UTC m=+33.155982175 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708ed40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708ed40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708ed40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708ed40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708ed40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.314509804 +0000 UTC m=+33.155982175 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708ed40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fde700 item 20 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708fa80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708fa80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708fa80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708fa80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708fa80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.316920187 +0000 UTC m=+33.158392617 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708fa80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.316920187 +0000 UTC m=+33.158392617 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054780): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054780): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054780): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.316920187 +0000 UTC m=+33.158392617 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdf110 item 21 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054e00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054e00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.320381324 +0000 UTC m=+33.161853694 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7054e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055340): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055340): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055340): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.320381324 +0000 UTC m=+33.161853694 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdfe30 item 22 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70559c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70559c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70559c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70559c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70559c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.322760166 +0000 UTC m=+33.164232537 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70559c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.322760166 +0000 UTC m=+33.164232537 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7055ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d24c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d24c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d24c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d24c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d24c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.322760166 +0000 UTC m=+33.164232537 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d24c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79983f0 item 23 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2b40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.325155079 +0000 UTC m=+33.166627449 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3080): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3080): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3080): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.325155079 +0000 UTC m=+33.166627449 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998a80 item 24 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d36c0): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a70d36c0): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d36c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d36c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d36c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d36c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d36c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3a80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3a80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.327403326 +0000 UTC m=+33.168875696 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.327403326 +0000 UTC m=+33.168875696 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e5c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e5c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e5c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e5c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e5c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.327403326 +0000 UTC m=+33.168875696 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711e5c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998e00 item 25 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711ec40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711ec40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711ec40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711ec40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711ec40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.329748195 +0000 UTC m=+33.171220565 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711ec40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f180): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f180): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.329748195 +0000 UTC m=+33.171220565 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79992d0 item 26 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f7c0): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a711f7c0): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f7c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f7c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f7c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f7c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711f7c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711fb80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711fb80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711fb80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711fb80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711fb80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.33180564 +0000 UTC m=+33.173278020 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a711fb80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.33180564 +0000 UTC m=+33.173278020 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da6c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da6c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da6c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da6c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da6c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.33180564 +0000 UTC m=+33.173278020 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71da6c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999650 item 27 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dad40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dad40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dad40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dad40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dad40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.334171398 +0000 UTC m=+33.175643768 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dad40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db280): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.334171398 +0000 UTC m=+33.175643768 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999b20 item 28 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db8c0): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a71db8c0): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db8c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db8c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db8c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db8c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71db8c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dbc80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dbc80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dbc80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dbc80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dbc80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.335967682 +0000 UTC m=+33.177440061 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71dbc80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284440): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284440): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284440): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.335967682 +0000 UTC m=+33.177440061 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288380 item 29 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284ac0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284ac0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.337993156 +0000 UTC m=+33.179465526 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285000): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285000): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285000): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.337993156 +0000 UTC m=+33.179465526 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288770 item 30 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285640): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7285640): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285640): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285640): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285640): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.340294654 +0000 UTC m=+33.181767024 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73581c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73581c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73581c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73581c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73581c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.340294654 +0000 UTC m=+33.181767024 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73581c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288af0 item 31 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358840): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358840): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358840): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358840): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358840): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.342118518 +0000 UTC m=+33.183590888 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358840): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358d80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358d80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.342118518 +0000 UTC m=+33.183590888 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7358d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288e70 item 32 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73593c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73593c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73593c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73593c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73593c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.343997026 +0000 UTC m=+33.185469396 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73593c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72892d0 item 33 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.344688862 +0000 UTC m=+33.186161232 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359840): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359d40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359d40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359d40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359d40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359d40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.344688862 +0000 UTC m=+33.186161232 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7359d40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289500 item 33 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.346733224 +0000 UTC m=+33.188205624 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289960 item 34 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.347511463 +0000 UTC m=+33.188983833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0e40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0e40): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.347511463 +0000 UTC m=+33.188983833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d0e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289b20 item 34 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.349327894 +0000 UTC m=+33.190800274 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890150 item 35 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.350060458 +0000 UTC m=+33.191532828 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1e00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1e00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.350060458 +0000 UTC m=+33.191532828 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73d1e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890310 item 35 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fa580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fa580): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fa580): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fa580): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fa580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.351938624 +0000 UTC m=+33.193410995 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fa580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890a10 item 36 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.352768252 +0000 UTC m=+33.194240622 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73faa80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fafc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fafc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fafc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fafc0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fafc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.352768252 +0000 UTC m=+33.194240622 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fafc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890bd0 item 36 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fb600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fb600): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fb600): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fb600): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fb600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.35552092 +0000 UTC m=+33.196993300 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fb600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890f50 item 37 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.356207307 +0000 UTC m=+33.197679687 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73fba80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e080): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e080): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e080): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.356207307 +0000 UTC m=+33.197679687 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891110 item 37 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e700): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e700): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.357916175 +0000 UTC m=+33.199388545 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746e700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891570 item 38 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.358990503 +0000 UTC m=+33.200462873 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ec00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f140): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f140): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f140): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.358990503 +0000 UTC m=+33.200462873 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891810 item 38 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f7c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f7c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f7c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f7c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f7c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.360645519 +0000 UTC m=+33.202117889 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746f7c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891b90 item 39 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.361335673 +0000 UTC m=+33.202808053 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746fcc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74962c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74962c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74962c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74962c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74962c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.361335673 +0000 UTC m=+33.202808053 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74962c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe84d0 item 39 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496940): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496940): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.363042787 +0000 UTC m=+33.204515157 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe8f50 item 40 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.363919633 +0000 UTC m=+33.205392003 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497380): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497380): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497380): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.363919633 +0000 UTC m=+33.205392003 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe9260 item 40 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.3665334 +0000 UTC m=+33.208005770 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504880): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504880): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7322930 item 41 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504880): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.367309165 +0000 UTC m=+33.208781535 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7322cb0 item 41 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.368241085 +0000 UTC m=+33.209713465 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7504d40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505280): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.368241085 +0000 UTC m=+33.209713465 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7323260 item 41 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.370072053 +0000 UTC m=+33.211544423 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75058c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505dc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7323b20 item 42 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505dc0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.371308328 +0000 UTC m=+33.212780698 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7505dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e000 item 42 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.372657025 +0000 UTC m=+33.214129395 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536980): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536980): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536980): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.372657025 +0000 UTC m=+33.214129395 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e230 item 42 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.374738917 +0000 UTC m=+33.216211297 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7536fc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75374c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75374c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75374c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e5b0 item 43 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75374c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75374c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.375733105 +0000 UTC m=+33.217205475 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75374c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e850 item 43 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.376418098 +0000 UTC m=+33.217890468 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7537a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c040): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c040): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c040): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.376418098 +0000 UTC m=+33.217890468 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791ea80 item 43 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.378328226 +0000 UTC m=+33.219800596 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754c680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754cb80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754cb80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754cb80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791ee70 item 44 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754cb80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754cb80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.378882853 +0000 UTC m=+33.220355223 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754cb80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f030 item 44 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.380481774 +0000 UTC m=+33.221954144 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d0c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d640): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d640): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d640): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.380481774 +0000 UTC m=+33.221954144 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754d640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f1f0 item 44 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.382197724 +0000 UTC m=+33.223670094 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a754dc80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572280): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572280): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f570 item 45 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572280): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.383214716 +0000 UTC m=+33.224687086 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572980): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572980): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572980): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.383214716 +0000 UTC m=+33.224687086 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f810 item 45 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.385814435 +0000 UTC m=+33.227286805 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7572fc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75734c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75734c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75734c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791fb90 item 46 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75734c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75734c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.386936614 +0000 UTC m=+33.228408985 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75734c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7573bc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7573bc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7573bc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7573bc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7573bc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.386936614 +0000 UTC m=+33.228408985 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7573bc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791fd50 item 46 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.389273147 +0000 UTC m=+33.230745527 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c800): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a43f0 item 47 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c800): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.389817426 +0000 UTC m=+33.231289796 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758cf00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758cf00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758cf00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758cf00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758cf00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.389817426 +0000 UTC m=+33.231289796 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758cf00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a4620 item 47 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.391517807 +0000 UTC m=+33.232990177 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758da40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758da40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758da40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a49a0 item 48 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758da40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758da40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.392244299 +0000 UTC m=+33.233716669 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758da40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2240): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2240): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2240): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.392244299 +0000 UTC m=+33.233716669 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a4b60 item 48 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2880): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2880): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2880): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.393980789 +0000 UTC m=+33.235453159 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5030 item 49 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.394696019 +0000 UTC m=+33.236168389 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2d00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.394696019 +0000 UTC m=+33.236168389 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a51f0 item 49 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b38c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b38c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b38c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b38c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b38c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.396756411 +0000 UTC m=+33.238228781 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b38c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5570 item 50 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.397890623 +0000 UTC m=+33.239362993 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4440): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4440): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4440): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.397890623 +0000 UTC m=+33.239362993 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a57a0 item 50 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4ac0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4ac0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.399725127 +0000 UTC m=+33.241197497 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5b20 item 51 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.400175528 +0000 UTC m=+33.241647908 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d4fc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5500): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.400175528 +0000 UTC m=+33.241647908 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5ce0 item 51 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5b80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5b80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5b80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5b80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5b80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.40272318 +0000 UTC m=+33.244195550 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d5b80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fda620 item 52 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.403526346 +0000 UTC m=+33.244998716 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606700): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606700): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606700): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.403526346 +0000 UTC m=+33.244998716 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdab60 item 52 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606d80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606d80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.406348277 +0000 UTC m=+33.247820657 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7606d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdb260 item 53 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.406841298 +0000 UTC m=+33.248313668 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76077c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76077c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76077c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76077c0): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76077c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.406841298 +0000 UTC m=+33.248313668 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76077c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdba40 item 53 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607e40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607e40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.408995155 +0000 UTC m=+33.250467525 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7607e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd8a80 item 54 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.410358471 +0000 UTC m=+33.251830851 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7624440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76249c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76249c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76249c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76249c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76249c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.410358471 +0000 UTC m=+33.251830851 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76249c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd8fc0 item 54 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625040): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625040): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625040): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.412403022 +0000 UTC m=+33.253875392 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd9730 item 55 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.413319924 +0000 UTC m=+33.254792294 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625a80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625a80): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.413319924 +0000 UTC m=+33.254792294 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7625a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd9b20 item 55 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644200): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644200): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644200): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.41581185 +0000 UTC m=+33.257284230 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff0690 item 56 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.417639463 +0000 UTC m=+33.259111833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644c80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644c80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644c80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644c80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644c80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.417639463 +0000 UTC m=+33.259111833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7644c80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff0ee0 item 56 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.419873812 +0000 UTC m=+33.261346192 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76452c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645800): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff1880 item 57 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645800): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.420875393 +0000 UTC m=+33.262347763 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff1a40 item 57 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.422222738 +0000 UTC m=+33.263695108 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7645d40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76663c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76663c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76663c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76663c0): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76663c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.422222738 +0000 UTC m=+33.263695108 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76663c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eaa2a0 item 57 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.424137585 +0000 UTC m=+33.265609955 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666f40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666f40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666f40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eaabd0 item 58 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666f40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666f40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.425157011 +0000 UTC m=+33.266629391 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7666f40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eab880 item 58 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.427528629 +0000 UTC m=+33.269000999 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667a40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667a40): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.427528629 +0000 UTC m=+33.269000999 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7667a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32070 item 58 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.429133019 +0000 UTC m=+33.270605389 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c6c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c6c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c6c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a323f0 item 59 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c6c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c6c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.429596815 +0000 UTC m=+33.271069185 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768c6c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a325b0 item 59 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.430279314 +0000 UTC m=+33.271751684 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768cc00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d180): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d180): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.430279314 +0000 UTC m=+33.271751684 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a327e0 item 59 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.432006847 +0000 UTC m=+33.273479217 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768d7c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768dd00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768dd00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768dd00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32b60 item 60 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768dd00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768dd00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.432718772 +0000 UTC m=+33.274191142 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a768dd00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32d20 item 60 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.43339071 +0000 UTC m=+33.274863081 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0900): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0900): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0900): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.43339071 +0000 UTC m=+33.274863081 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32ee0 item 60 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.435363547 +0000 UTC m=+33.276835937 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c0f40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a332d0 item 61 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.436619449 +0000 UTC m=+33.278091819 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1b80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1b80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1b80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1b80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1b80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.436619449 +0000 UTC m=+33.278091819 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76c1b80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a33500 item 61 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.440364702 +0000 UTC m=+33.281837073 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de2c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de800): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a339d0 item 62 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de800): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.441000914 +0000 UTC m=+33.282473285 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76de800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76def00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76def00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76def00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76def00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76def00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.441000914 +0000 UTC m=+33.282473285 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76def00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a33b90 item 62 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.443166945 +0000 UTC m=+33.284639345 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76df540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76dfa80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76dfa80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76dfa80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a0e0 item 63 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76dfa80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76dfa80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.443760536 +0000 UTC m=+33.285232917 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76dfa80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa280): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.443760536 +0000 UTC m=+33.285232917 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a310 item 63 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.446822679 +0000 UTC m=+33.288295089 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fa8c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fae00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fae00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fae00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a770 item 64 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fae00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fae00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.448420617 +0000 UTC m=+33.289892987 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fae00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fb500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fb500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fb500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fb500): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fb500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.448420617 +0000 UTC m=+33.289892987 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fb500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a9a0 item 64 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fbb40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fbb40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fbb40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fbb40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fbb40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.455062212 +0000 UTC m=+33.296534582 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76fbb40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733b340 item 65 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.455683394 +0000 UTC m=+33.297155765 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a0c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.455683394 +0000 UTC m=+33.297155765 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733b500 item 65 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771ac00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771ac00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771ac00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771ac00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771ac00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.457731072 +0000 UTC m=+33.299203452 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771ac00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733b960 item 66 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.458734347 +0000 UTC m=+33.300206717 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b5c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b5c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b5c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b5c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b5c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.458734347 +0000 UTC m=+33.300206717 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b5c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc8150 item 66 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6240): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6240): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6240): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.464621315 +0000 UTC m=+33.306093685 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72ea1c0 item 67 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.466263888 +0000 UTC m=+33.307736268 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb66c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6dc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6dc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.466263888 +0000 UTC m=+33.307736268 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb6dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72ea5b0 item 67 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7440): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7440): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7440): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.469517403 +0000 UTC m=+33.310989773 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eab60 item 68 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.470587895 +0000 UTC m=+33.312060315 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7e80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7e80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.470587895 +0000 UTC m=+33.312060315 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fb7e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72ead20 item 68 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.4733658 +0000 UTC m=+33.314838201 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a5c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eb180 item 69 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.475380326 +0000 UTC m=+33.316852705 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771af40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771af40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771af40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771af40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771af40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.475380326 +0000 UTC m=+33.316852705 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771af40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eb420 item 69 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b600): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b600): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b600): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.478908428 +0000 UTC m=+33.320380799 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc8070 item 70 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.4803913 +0000 UTC m=+33.321863700 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c780): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c780): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c780): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.4803913 +0000 UTC m=+33.321863700 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746c780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc84d0 item 70 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ce00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ce00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ce00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ce00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ce00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.483913932 +0000 UTC m=+33.325386332 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746ce00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc8d20 item 71 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.485190884 +0000 UTC m=+33.326663264 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d800): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d800): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d800): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.485190884 +0000 UTC m=+33.326663264 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746d800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc90a0 item 71 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746de80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746de80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746de80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746de80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746de80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.488112172 +0000 UTC m=+33.329584643 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a746de80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc9d50 item 72 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.490050462 +0000 UTC m=+33.331522892 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f908c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f908c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f908c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f908c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f908c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.490050462 +0000 UTC m=+33.331522892 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f908c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad8310 item 72 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.492785407 +0000 UTC m=+33.334257777 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad8c40 item 73 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.493809452 +0000 UTC m=+33.335281832 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad8fc0 item 73 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.49469757 +0000 UTC m=+33.336169940 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91840): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91d80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91d80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.49469757 +0000 UTC m=+33.336169940 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad9180 item 73 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.498448955 +0000 UTC m=+33.339921325 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84f40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84f40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 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-yomuduf9gubu/dir/file1: no such file or directory 2026/07/27 02:13:53 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-yomuduf9gubu/dir/file1: no such file or directory 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84f40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad9c00 item 74 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84f40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84f40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.499860912 +0000 UTC m=+33.341333312 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84f40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad9dc0 item 74 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.50106714 +0000 UTC m=+33.342539540 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85a80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85a80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.50106714 +0000 UTC m=+33.342539540 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe8850 item 74 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.503813066 +0000 UTC m=+33.345285456 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6f80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe9110 item 75 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6f80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.505352944 +0000 UTC m=+33.346825314 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba6f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe95e0 item 75 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.506751355 +0000 UTC m=+33.348223775 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71026c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71026c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71026c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71026c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71026c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.506751355 +0000 UTC m=+33.348223775 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71026c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe97a0 item 75 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.509306461 +0000 UTC m=+33.350778841 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103240): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103240): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe9c00 item 76 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103240): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.510318362 +0000 UTC m=+33.351790732 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe9dc0 item 76 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.511507498 +0000 UTC m=+33.352979908 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103d80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103d80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.511507498 +0000 UTC m=+33.352979908 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fca460 item 76 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.514591552 +0000 UTC m=+33.356063963 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404c00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405100): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405100): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405100): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fcaa80 item 77 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405100): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405100): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.516075094 +0000 UTC m=+33.357547504 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405100): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405800): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405800): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405800): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.516075094 +0000 UTC m=+33.357547504 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fcaf50 item 77 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.52078528 +0000 UTC m=+33.362257650 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea440): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea440): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba2000 item 78 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea440): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.521663088 +0000 UTC m=+33.363135478 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eab40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eab40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eab40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eab40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eab40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.521663088 +0000 UTC m=+33.363135478 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eab40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba2850 item 78 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.523854357 +0000 UTC m=+33.365326727 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba3030 item 79 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.524553998 +0000 UTC m=+33.366026368 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebe00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebe00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebe00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebe00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebe00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.524553998 +0000 UTC m=+33.366026368 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ebe00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba3260 item 79 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.527178956 +0000 UTC m=+33.368651326 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba3810 item 80 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.527682116 +0000 UTC m=+33.369154496 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.527682116 +0000 UTC m=+33.369154496 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba3e30 item 80 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8580): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8580): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8580): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.530378248 +0000 UTC m=+33.371850679 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a77724d0 item 81 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.532526566 +0000 UTC m=+33.373998966 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8f40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8f40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8f40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8f40): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8f40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.532526566 +0000 UTC m=+33.373998966 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f8f40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7772850 item 81 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f95c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f95c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f95c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f95c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f95c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.536413588 +0000 UTC m=+33.377885958 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f95c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7772bd0 item 82 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.539022925 +0000 UTC m=+33.380495316 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70f9ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118140): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118140): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118140): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.539022925 +0000 UTC m=+33.380495316 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7772d90 item 82 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71187c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71187c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71187c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71187c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71187c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.542529087 +0000 UTC m=+33.384001498 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71187c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773180 item 83 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.543387489 +0000 UTC m=+33.384859909 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7118cc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119200): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119200): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119200): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.543387489 +0000 UTC m=+33.384859909 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773420 item 83 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119880): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119880): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119880): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.546497722 +0000 UTC m=+33.387970092 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773810 item 84 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.547407702 +0000 UTC m=+33.388880102 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7119d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2400): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2400): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2400): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.547407702 +0000 UTC m=+33.388880102 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a77739d0 item 84 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2a80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2a80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.55048291 +0000 UTC m=+33.391955290 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7773d50 item 85 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.551135763 +0000 UTC m=+33.392608143 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a2f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a34c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a34c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a34c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a34c0): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a34c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.551135763 +0000 UTC m=+33.392608143 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a34c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28070 item 85 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a3b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a3b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a3b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a3b40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a3b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.553115301 +0000 UTC m=+33.394587671 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71a3b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28850 item 86 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.555350572 +0000 UTC m=+33.396822993 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72046c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72046c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72046c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72046c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72046c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.555350572 +0000 UTC m=+33.396822993 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72046c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28cb0 item 86 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204d40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204d40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204d40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204d40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204d40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.557420603 +0000 UTC m=+33.398892983 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7204d40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f292d0 item 87 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.558386667 +0000 UTC m=+33.399859047 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205780): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205780): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205780): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.558386667 +0000 UTC m=+33.399859047 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29490 item 87 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205e00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205e00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.56015099 +0000 UTC m=+33.401623360 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7205e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29880 item 88 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.561431928 +0000 UTC m=+33.402904308 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284980): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284980): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284980): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.561431928 +0000 UTC m=+33.402904308 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29a40 item 88 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.563257487 +0000 UTC m=+33.404729897 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7284fc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285500): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285500): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29e30 item 89 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285500): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.565155251 +0000 UTC m=+33.406627632 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efa4d0 item 89 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.566162223 +0000 UTC m=+33.407634593 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7285a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f20c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f20c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f20c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f20c0): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f20c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.566162223 +0000 UTC m=+33.407634593 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f20c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efaaf0 item 89 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.567573478 +0000 UTC m=+33.409045848 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2c40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efb260 item 90 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2c40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.568136692 +0000 UTC m=+33.409609062 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efb570 item 90 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.570065294 +0000 UTC m=+33.411537664 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3740): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3740): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3740): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.570065294 +0000 UTC m=+33.411537664 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efb9d0 item 90 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.573623675 +0000 UTC m=+33.415096045 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a63c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a63c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a63c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9c540 item 91 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a63c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a63c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.574412014 +0000 UTC m=+33.415884384 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a63c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fde0e0 item 91 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.575526759 +0000 UTC m=+33.416999129 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc1c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc740): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc740): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc740): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.575526759 +0000 UTC m=+33.416999129 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bc740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fde690 item 91 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.57700467 +0000 UTC m=+33.418477040 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bcd80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd2c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd2c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd2c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdf030 item 92 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd2c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd2c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.577585788 +0000 UTC m=+33.419058158 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd2c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdf570 item 92 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.578340092 +0000 UTC m=+33.419812462 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bd800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bddc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bddc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bddc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bddc0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bddc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.578340092 +0000 UTC m=+33.419812462 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74bddc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdf8f0 item 92 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.57984779 +0000 UTC m=+33.421320160 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8a40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998230 item 93 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8a40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.580671205 +0000 UTC m=+33.422143576 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e8a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9140): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9140): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9140): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.580671205 +0000 UTC m=+33.422143576 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79983f0 item 93 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.582681202 +0000 UTC m=+33.424153572 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9cc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9cc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9cc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998850 item 94 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9cc0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9cc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.583275494 +0000 UTC m=+33.424747864 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e9cc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fc4c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fc4c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fc4c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fc4c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fc4c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.583275494 +0000 UTC m=+33.424747864 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fc4c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998a10 item 94 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.585145155 +0000 UTC m=+33.426617515 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fcb00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd040): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd040): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998d90 item 95 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd040): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.585712707 +0000 UTC m=+33.427185077 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd740): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd740): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd740): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.585712707 +0000 UTC m=+33.427185077 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fd740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998f50 item 95 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.588821188 +0000 UTC m=+33.430293558 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74fdd80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74663c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74663c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74663c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79992d0 item 96 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74663c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74663c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.589414017 +0000 UTC m=+33.430886387 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74663c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7466ac0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7466ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7466ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7466ac0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7466ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.589414017 +0000 UTC m=+33.430886387 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7466ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999490 item 96 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= 2026/07/27 02:13:53 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : >WaitForWriters: 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:53 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/27 02:13:53 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74671c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74671c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74671c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74671c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74671c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.598987569 +0000 UTC m=+33.440459939 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74671c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.598987569 +0000 UTC m=+33.440459939 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467b00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467b00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467b00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467b00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467b00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.598987569 +0000 UTC m=+33.440459939 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7467b00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890230 item 1 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496240): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496240): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496240): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.603838401 +0000 UTC m=+33.445310771 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496740): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496740): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496740): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.603838401 +0000 UTC m=+33.445310771 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890a80 item 2 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496d80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496d80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.605673737 +0000 UTC m=+33.447146107 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7496d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.605673737 +0000 UTC m=+33.447146107 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74976c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74976c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74976c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74976c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74976c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.605673737 +0000 UTC m=+33.447146107 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74976c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890e00 item 3 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497d40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497d40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497d40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497d40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497d40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.609668221 +0000 UTC m=+33.451140581 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7497d40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c380): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c380): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c380): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.609668221 +0000 UTC m=+33.451140581 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78912d0 item 4 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c9c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c9c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c9c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c9c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c9c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.611444246 +0000 UTC m=+33.452916616 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758c9c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.611444246 +0000 UTC m=+33.452916616 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758ce40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d300): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d300): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d300): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.611444246 +0000 UTC m=+33.452916616 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891810 item 5 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d980): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d980): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d980): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.614023247 +0000 UTC m=+33.455495617 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758d980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758dec0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758dec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758dec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758dec0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758dec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.614023247 +0000 UTC m=+33.455495617 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a758dec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891dc0 item 6 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0640): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.616470909 +0000 UTC m=+33.457943269 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.616470909 +0000 UTC m=+33.457943269 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b0b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1000): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1000): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1000): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.616470909 +0000 UTC m=+33.457943269 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a73224d0 item 7 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.620075176 +0000 UTC m=+33.461547547 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1bc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1bc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1bc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1bc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1bc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.620075176 +0000 UTC m=+33.461547547 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b1bc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7322d90 item 8 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0280): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a75d0280): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0280): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0280): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0280): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0280): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0640): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.622683943 +0000 UTC m=+33.464156313 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.622683943 +0000 UTC m=+33.464156313 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c040): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c040): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c040): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.622683943 +0000 UTC m=+33.464156313 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7323960 item 9 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0f80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0f80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.626977754 +0000 UTC m=+33.468450124 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d0f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d14c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d14c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d14c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d14c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d14c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.626977754 +0000 UTC m=+33.468450124 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d14c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e000 item 10 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1b00): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a75d1b00): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1b00): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1b00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1b00): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1b00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1ec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1ec0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.632573842 +0000 UTC m=+33.474046212 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d1ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.632573842 +0000 UTC m=+33.474046212 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f64c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f69c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f69c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f69c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f69c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f69c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.632573842 +0000 UTC m=+33.474046212 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f69c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e3f0 item 11 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7040): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7040): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7040): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7040): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7040): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.636595176 +0000 UTC m=+33.478067547 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7040): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7580): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7580): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7580): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.636595176 +0000 UTC m=+33.478067547 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791ea10 item 12 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7bc0): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a75f7bc0): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7bc0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7bc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7bc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7bc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75f7bc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c600): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c600): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c600): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.638940306 +0000 UTC m=+33.480412666 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753c600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ccc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ccc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ccc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ccc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ccc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.638940306 +0000 UTC m=+33.480412666 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ccc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289960 item 13 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d340): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d340): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d340): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.641265598 +0000 UTC m=+33.482737988 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d880): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d880): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d880): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.641265598 +0000 UTC m=+33.482737988 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753d880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289d50 item 14 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753dec0): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a753dec0): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753dec0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753dec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753dec0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753dec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753dec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755a380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755a380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755a380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755a380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755a380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.64370757 +0000 UTC m=+33.485179940 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755a380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755aa40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755aa40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755aa40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755aa40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755aa40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.64370757 +0000 UTC m=+33.485179940 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755aa40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a44d0 item 15 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b0c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b0c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b0c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b0c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b0c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.646057488 +0000 UTC m=+33.487529848 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b0c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b600): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b600): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b600): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.646057488 +0000 UTC m=+33.487529848 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755b600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a48c0 item 16 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755bc40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755bc40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755bc40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755bc40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755bc40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.648212489 +0000 UTC m=+33.489684859 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a755bc40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.648212489 +0000 UTC m=+33.489684859 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c1c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c6c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c6c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c6c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c6c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c6c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.648212489 +0000 UTC m=+33.489684859 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757c6c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a4d20 item 17 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757cd40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757cd40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757cd40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757cd40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757cd40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.651020913 +0000 UTC m=+33.492493283 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757cd40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d280): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.651020913 +0000 UTC m=+33.492493283 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5260 item 18 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d900): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d900): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.653240916 +0000 UTC m=+33.494713286 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757d900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.653240916 +0000 UTC m=+33.494713286 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757de00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76ae400): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76ae400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76ae400): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76ae400): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76ae400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.653240916 +0000 UTC m=+33.494713286 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76ae400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5650 item 19 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aea80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aea80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aea80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aea80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aea80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.655825206 +0000 UTC m=+33.497297576 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aea80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aefc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aefc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aefc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aefc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aefc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.655825206 +0000 UTC m=+33.497297576 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76aefc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5b20 item 20 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76af640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76af640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76af640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76af640): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76af640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.657720967 +0000 UTC m=+33.499193337 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76af640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.657720967 +0000 UTC m=+33.499193337 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76afb40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2140): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2140): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2140): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.657720967 +0000 UTC m=+33.499193337 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fda000 item 21 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d27c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d27c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d27c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d27c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d27c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.660567884 +0000 UTC m=+33.502040254 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d27c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2d00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2d00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2d00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2d00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2d00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.660567884 +0000 UTC m=+33.502040254 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d2d00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdae00 item 22 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.662277463 +0000 UTC m=+33.503749833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.662277463 +0000 UTC m=+33.503749833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3d80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3d80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.662277463 +0000 UTC m=+33.503749833 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76d3d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdb7a0 item 23 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6500): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6500): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6500): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.664545987 +0000 UTC m=+33.506018357 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6a40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6a40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.664545987 +0000 UTC m=+33.506018357 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f6a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd8cb0 item 24 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7080): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a76f7080): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7080): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7080): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7080): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7080): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7440): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7440): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7440): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.666280924 +0000 UTC m=+33.507753294 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.666280924 +0000 UTC m=+33.507753294 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7e80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7e80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.666280924 +0000 UTC m=+33.507753294 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76f7e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd9340 item 25 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724600): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724600): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724600): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.668843053 +0000 UTC m=+33.510315424 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724b40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724b40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.668843053 +0000 UTC m=+33.510315424 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7724b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff04d0 item 26 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725180): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7725180): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725180): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725180): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725180): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725540): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725540): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725540): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.671265979 +0000 UTC m=+33.512738349 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.671265979 +0000 UTC m=+33.512738349 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7725a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740080): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740080): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740080): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.671265979 +0000 UTC m=+33.512738349 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff1340 item 27 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740700): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740700): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.673598123 +0000 UTC m=+33.515070503 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740c40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740c40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.673598123 +0000 UTC m=+33.515070503 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7740c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff1a40 item 28 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741280): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7741280): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741280): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741280): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741280): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741280): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741640): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.675403914 +0000 UTC m=+33.516876284 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741d00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741d00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741d00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741d00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741d00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.675403914 +0000 UTC m=+33.516876284 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7741d00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eaa9a0 item 29 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7760480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7760480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7760480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7760480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7760480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.677432786 +0000 UTC m=+33.518905156 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7760480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77609c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77609c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77609c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77609c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77609c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.677432786 +0000 UTC m=+33.518905156 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77609c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eab880 item 30 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761000): _readAt: size=2, off=0 2026/07/27 02:13:53 ERROR : open-test-file(0x2333a7761000): Couldn't read size of file 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761000): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761000): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761000): >_writeAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761000): close: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77613c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77613c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77613c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77613c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77613c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.679020945 +0000 UTC m=+33.520493315 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77613c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761a80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761a80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.679020945 +0000 UTC m=+33.520493315 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7761a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32230 item 31 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790200): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790200): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790200): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.680841795 +0000 UTC m=+33.522314165 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614300): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614300): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614300): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.680841795 +0000 UTC m=+33.522314165 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791ed20 item 32 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614940): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614940): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.682626806 +0000 UTC m=+33.524099165 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f0a0 item 33 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.683278878 +0000 UTC m=+33.524751258 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7614dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76152c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76152c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76152c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76152c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76152c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.683278878 +0000 UTC m=+33.524751258 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76152c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f260 item 33 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615900): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615900): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.685129963 +0000 UTC m=+33.526602333 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f6c0 item 34 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.68575282 +0000 UTC m=+33.527225190 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7615d80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76303c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76303c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76303c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76303c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76303c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.68575282 +0000 UTC m=+33.527225190 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76303c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791f880 item 34 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630a00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630a00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.687354605 +0000 UTC m=+33.528826986 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791fc00 item 35 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.688064025 +0000 UTC m=+33.529536395 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7630e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631380): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631380): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631380): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.688064025 +0000 UTC m=+33.529536395 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791fdc0 item 35 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631a00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631a00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631a00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631a00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631a00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.689646313 +0000 UTC m=+33.531118684 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7631a00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a380 item 36 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.690694283 +0000 UTC m=+33.532166663 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a540): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a540): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a540): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.690694283 +0000 UTC m=+33.532166663 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a540 item 36 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ab80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ab80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ab80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ab80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ab80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.692363736 +0000 UTC m=+33.533836116 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ab80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733afc0 item 37 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.692878458 +0000 UTC m=+33.534350828 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b500): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.692878458 +0000 UTC m=+33.534350828 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733b1f0 item 37 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765bb80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765bb80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765bb80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765bb80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765bb80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.695069706 +0000 UTC m=+33.536542076 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765bb80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733b570 item 38 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.696044718 +0000 UTC m=+33.537517088 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78126c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78126c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78126c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78126c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78126c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.696044718 +0000 UTC m=+33.537517088 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78126c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733b730 item 38 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77908c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77908c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77908c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77908c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77908c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.698609031 +0000 UTC m=+33.540081411 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77908c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a0e0 item 39 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.701149089 +0000 UTC m=+33.542621459 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812f80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812f80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.701149089 +0000 UTC m=+33.542621459 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7812f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a310 item 39 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813600): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813600): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813600): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813600): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813600): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.703573397 +0000 UTC m=+33.545045767 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813600): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a770 item 40 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.704450283 +0000 UTC m=+33.545922653 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7813b00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790140): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790140): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790140): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790140): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790140): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.704450283 +0000 UTC m=+33.545922653 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790140): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a733a9a0 item 40 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.705947461 +0000 UTC m=+33.547419831 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7790ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77913c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77913c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77913c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a320e0 item 41 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77913c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77913c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.706658453 +0000 UTC m=+33.548130823 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77913c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a322a0 item 41 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.707290658 +0000 UTC m=+33.548763028 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791dc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791dc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.707290658 +0000 UTC m=+33.548763028 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7791dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a324d0 item 41 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.710138346 +0000 UTC m=+33.551610716 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90900): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32a80 item 42 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90900): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.711105733 +0000 UTC m=+33.552578113 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32c40 item 42 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.71233772 +0000 UTC m=+33.553810090 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f90e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.71233772 +0000 UTC m=+33.553810090 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f84900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9c310 item 42 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.714343709 +0000 UTC m=+33.555816099 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85580): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85580): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9cd20 item 43 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85580): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.71501722 +0000 UTC m=+33.556489600 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9cf50 item 43 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.716069418 +0000 UTC m=+33.557541818 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f85b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba62c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba62c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba62c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba62c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba62c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.716069418 +0000 UTC m=+33.557541818 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba62c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9d420 item 43 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.718039248 +0000 UTC m=+33.559511628 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6ba7080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102000): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102000): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9d8f0 item 44 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102000): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.718736986 +0000 UTC m=+33.560209366 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6a9db20 item 44 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.719611598 +0000 UTC m=+33.561083968 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.719611598 +0000 UTC m=+33.561083968 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7102d00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc8230 item 44 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.721231947 +0000 UTC m=+33.562704338 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103900): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc8bd0 item 45 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103900): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.721992845 +0000 UTC m=+33.563465205 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7103900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404180): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404180): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.721992845 +0000 UTC m=+33.563465205 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc8f50 item 45 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.724068516 +0000 UTC m=+33.565540886 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7404e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc9960 item 46 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.724958947 +0000 UTC m=+33.566431317 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405a80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405a80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.724958947 +0000 UTC m=+33.566431317 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7405a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fc9e30 item 46 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.726725574 +0000 UTC m=+33.568197954 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea1c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea6c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea6c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea6c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad87e0 item 47 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea6c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea6c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.727330947 +0000 UTC m=+33.568803317 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77ea6c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eadc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eadc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eadc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eadc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eadc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.727330947 +0000 UTC m=+33.568803317 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eadc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad8d90 item 47 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.729125948 +0000 UTC m=+33.570598318 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb980): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb980): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad9500 item 48 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb980): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.729629909 +0000 UTC m=+33.571102279 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a77eb980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e180): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e180): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.729629909 +0000 UTC m=+33.571102279 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708e180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad9960 item 48 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708eec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708eec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708eec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708eec0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708eec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.732404229 +0000 UTC m=+33.573876609 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708eec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ad9e30 item 49 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.733747476 +0000 UTC m=+33.575219865 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a708f740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e00): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.733747476 +0000 UTC m=+33.575219865 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6e01e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe89a0 item 49 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a580): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a580): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a580): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.736163218 +0000 UTC m=+33.577635598 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771a580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe91f0 item 50 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.738963327 +0000 UTC m=+33.580435707 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771aa80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b000): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b000): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b000): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.738963327 +0000 UTC m=+33.580435707 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe95e0 item 50 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.741636435 +0000 UTC m=+33.583108845 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771b680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe9a40 item 51 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.742505998 +0000 UTC m=+33.583978378 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a771bb80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a200): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a200): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a200): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.742505998 +0000 UTC m=+33.583978378 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fe9c00 item 51 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a880): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a880): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a880): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.744911671 +0000 UTC m=+33.586384092 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765a880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fca460 item 52 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.745802704 +0000 UTC m=+33.587275084 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765ad80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b340): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b340): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b340): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.745802704 +0000 UTC m=+33.587275084 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a765b340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fca850 item 52 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858640): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.747656816 +0000 UTC m=+33.589129186 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fcaf50 item 53 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.748365354 +0000 UTC m=+33.589837724 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7858b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859080): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859080): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859080): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.748365354 +0000 UTC m=+33.589837724 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fcb650 item 53 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859700): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859700): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.74998826 +0000 UTC m=+33.591460630 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba2700 item 54 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.751062829 +0000 UTC m=+33.592535199 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7859c00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864280): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.751062829 +0000 UTC m=+33.592535199 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba2cb0 item 54 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864900): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864900): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864900): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.75296941 +0000 UTC m=+33.594441840 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba31f0 item 55 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.754032478 +0000 UTC m=+33.595504868 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7864e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865340): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865340): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865340): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.754032478 +0000 UTC m=+33.595504868 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba3490 item 55 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78659c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78659c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78659c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78659c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78659c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.755769639 +0000 UTC m=+33.597242009 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78659c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ba3ce0 item 56 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.75669166 +0000 UTC m=+33.598164030 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7865ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874540): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874540): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874540): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.75669166 +0000 UTC m=+33.598164030 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a77720e0 item 56 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.758426737 +0000 UTC m=+33.599899107 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7874b80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78750c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78750c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78750c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7772620 item 57 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78750c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78750c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.759156616 +0000 UTC m=+33.600628986 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a78750c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32d20 item 57 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.760066945 +0000 UTC m=+33.601539315 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f910c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91640): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91640): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91640): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.760066945 +0000 UTC m=+33.601539315 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a32ee0 item 57 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.762015395 +0000 UTC m=+33.603487765 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f91c80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce2c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce2c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce2c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a332d0 item 58 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce2c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce2c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.765231639 +0000 UTC m=+33.606704040 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce2c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a33500 item 58 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.766289949 +0000 UTC m=+33.607762399 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bce800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcedc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcedc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcedc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcedc0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcedc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.766289949 +0000 UTC m=+33.607762399 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcedc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a336c0 item 58 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.768415934 +0000 UTC m=+33.609888364 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf940): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a33b90 item 59 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf940): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.769496374 +0000 UTC m=+33.610968754 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcf940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7a33d50 item 59 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.770504487 +0000 UTC m=+33.611976857 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bcfe80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8500): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.770504487 +0000 UTC m=+33.611976857 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28070 item 59 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.772214588 +0000 UTC m=+33.613686958 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf8b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9080): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9080): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28850 item 60 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9080): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.772950117 +0000 UTC m=+33.614422487 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28cb0 item 60 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.773720453 +0000 UTC m=+33.615192823 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf95c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9b80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9b80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9b80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9b80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9b80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.773720453 +0000 UTC m=+33.615192823 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6bf9b80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f28ee0 item 60 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.775372732 +0000 UTC m=+33.616845102 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f622c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62800): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62800): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29490 item 61 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62800): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.775963267 +0000 UTC m=+33.617435638 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62f00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62f00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62f00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62f00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62f00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.775963267 +0000 UTC m=+33.617435638 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f62f00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f296c0 item 61 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.777724143 +0000 UTC m=+33.619196513 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63540): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63a80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29a40 item 62 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63a80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.778572395 +0000 UTC m=+33.620044765 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6f63a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2280): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2280): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2280): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.778572395 +0000 UTC m=+33.620044765 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6f29c00 item 62 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.780414755 +0000 UTC m=+33.621887125 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc28c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2e00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efa4d0 item 63 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2e00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.780964253 +0000 UTC m=+33.622436623 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc2e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3500): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.780964253 +0000 UTC m=+33.622436623 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efaaf0 item 63 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): >_readAt: n=0, err=Bad file descriptor 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.782860995 +0000 UTC m=+33.624333355 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a6fc3b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efb260 item 64 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0180): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.783679181 +0000 UTC m=+33.625151551 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0880): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0880): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0880): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0880): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0880): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.783679181 +0000 UTC m=+33.625151551 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0880): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6efb570 item 64 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0ec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0ec0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.785787724 +0000 UTC m=+33.627260123 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a0ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fde310 item 65 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.786889754 +0000 UTC m=+33.628362154 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1840): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1840): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1840): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1840): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1840): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.786889754 +0000 UTC m=+33.628362154 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1840): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fde620 item 65 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1e80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1e80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.788601959 +0000 UTC m=+33.630074398 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70a1e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fded90 item 66 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.789347216 +0000 UTC m=+33.630819606 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2940): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2940): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2940): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.789347216 +0000 UTC m=+33.630819606 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdf2d0 item 66 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2f80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2f80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.791332556 +0000 UTC m=+33.632804955 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d2f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdfd50 item 67 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.792029652 +0000 UTC m=+33.633502012 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3900): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3900): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3900): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3900): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3900): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.792029652 +0000 UTC m=+33.633502012 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a70d3900): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72ea150 item 67 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190080): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190080): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190080): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.793766122 +0000 UTC m=+33.635238522 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72ea8c0 item 68 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.794493495 +0000 UTC m=+33.635965865 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190ac0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190ac0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.794493495 +0000 UTC m=+33.635965865 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7190ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eaaf0 item 68 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191100): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191100): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191100): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191100): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191100): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.79634367 +0000 UTC m=+33.637816070 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191100): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eae70 item 69 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.797311117 +0000 UTC m=+33.638783477 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191580): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191a80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191a80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.797311117 +0000 UTC m=+33.638783477 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7191a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eb110 item 69 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0200): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0200): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0200): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.79896487 +0000 UTC m=+33.640437240 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eb650 item 70 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.799645024 +0000 UTC m=+33.641117385 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0c40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0c40): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.799645024 +0000 UTC m=+33.641117385 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f0c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72eb9d0 item 70 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f12c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f12c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f12c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f12c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f12c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.801376505 +0000 UTC m=+33.642848875 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f12c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998070 item 71 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.802190553 +0000 UTC m=+33.643662923 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f17c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f1cc0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f1cc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f1cc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f1cc0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f1cc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.802190553 +0000 UTC m=+33.643662923 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a71f1cc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79982a0 item 71 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282440): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282440): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282440): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.803880203 +0000 UTC m=+33.645352573 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998700 item 72 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.804976995 +0000 UTC m=+33.646449365 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282e80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282e80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282e80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282e80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282e80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.804976995 +0000 UTC m=+33.646449365 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7282e80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79988c0 item 72 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.80763762 +0000 UTC m=+33.649109990 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283940): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998c40 item 73 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283940): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.80831501 +0000 UTC m=+33.649787380 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998e00 item 73 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.809197756 +0000 UTC m=+33.650670126 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7283e00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2440): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2440): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2440): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.809197756 +0000 UTC m=+33.650670126 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7998fc0 item 73 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.811417009 +0000 UTC m=+33.652889379 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2f80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999340 item 74 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2f80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.812115027 +0000 UTC m=+33.653587397 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f2f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999500 item 74 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.812780804 +0000 UTC m=+33.654253184 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f34c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3a40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3a40): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.812780804 +0000 UTC m=+33.654253184 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a72f3a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a79996c0 item 74 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.814375045 +0000 UTC m=+33.655847415 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999a40 item 75 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.815248184 +0000 UTC m=+33.656720554 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): _writeAt: size=3, off=2 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7999c00 item 75 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.815983313 +0000 UTC m=+33.657455683 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a2bc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3100): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3100): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3100): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3100): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3100): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.815983313 +0000 UTC m=+33.657455683 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3100): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890070 item 75 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.817674637 +0000 UTC m=+33.659147037 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3740): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3c40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3c40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3c40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78903f0 item 76 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3c40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3c40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.818155765 +0000 UTC m=+33.659628135 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73a3c40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78905b0 item 76 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): _writeAt: size=3, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.818932373 +0000 UTC m=+33.660404733 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464280): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464800): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464800): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464800): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464800): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464800): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.818932373 +0000 UTC m=+33.660404733 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464800): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890a80 item 76 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.820665415 +0000 UTC m=+33.662137795 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7464e40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465340): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465340): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890e00 item 77 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465340): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.821382881 +0000 UTC m=+33.662855251 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465a40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465a40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465a40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465a40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465a40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.821382881 +0000 UTC m=+33.662855251 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7465a40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7890fc0 item 77 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.82322045 +0000 UTC m=+33.664692821 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a680): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a680): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a680): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78913b0 item 78 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a680): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a680): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.823835162 +0000 UTC m=+33.665307532 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749a680): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749ad80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749ad80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749ad80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749ad80): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749ad80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.823835162 +0000 UTC m=+33.665307532 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749ad80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891650 item 78 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.825490658 +0000 UTC m=+33.666963028 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b3c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b8c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b8c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b8c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891a40 item 79 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b8c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b8c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.826071296 +0000 UTC m=+33.667543666 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a749b8c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc0c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc0c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc0c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc0c0): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc0c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.826071296 +0000 UTC m=+33.667543666 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc0c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7891c00 item 79 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.827949783 +0000 UTC m=+33.669422153 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cc700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74ccc00): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74ccc00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74ccc00): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7322380 item 80 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74ccc00): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74ccc00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.828617524 +0000 UTC m=+33.670089904 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74ccc00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd300): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd300): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd300): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd300): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd300): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.828617524 +0000 UTC m=+33.670089904 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd300): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7322690 item 80 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd940): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd940): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd940): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd940): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd940): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.830603073 +0000 UTC m=+33.672075514 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cd940): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7322d20 item 81 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.831294671 +0000 UTC m=+33.672767031 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74cddc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6400): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6400): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6400): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.831294671 +0000 UTC m=+33.672767031 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7323420 item 81 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6a80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6a80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.832912195 +0000 UTC m=+33.674384586 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7323c00 item 82 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.833828426 +0000 UTC m=+33.675300796 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e6f80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7500): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.833828426 +0000 UTC m=+33.675300796 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288380 item 82 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7b80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7b80): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7b80): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7b80): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7b80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.83555116 +0000 UTC m=+33.677023520 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a74e7b80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72888c0 item 83 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.836366569 +0000 UTC m=+33.677838929 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a180): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a6c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a6c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a6c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a6c0): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a6c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.836366569 +0000 UTC m=+33.677838929 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753a6c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288af0 item 83 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ad40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ad40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ad40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ad40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ad40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.8378968 +0000 UTC m=+33.679369170 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753ad40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7288e70 item 84 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.838759078 +0000 UTC m=+33.680231448 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b7c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b7c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b7c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b7c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b7c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.838759078 +0000 UTC m=+33.680231448 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753b7c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289030 item 84 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753be40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753be40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753be40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753be40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753be40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.840667172 +0000 UTC m=+33.682139532 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a753be40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289500 item 85 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.84133863 +0000 UTC m=+33.682811000 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560440): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560980): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560980): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560980): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.84133863 +0000 UTC m=+33.682811000 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7560980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a72897a0 item 85 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561000): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561000): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561000): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561000): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561000): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.843751728 +0000 UTC m=+33.685224098 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561000): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289b20 item 86 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.844438284 +0000 UTC m=+33.685910654 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561a80): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561a80): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561a80): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561a80): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561a80): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.844438284 +0000 UTC m=+33.685910654 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7561a80): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a7289d50 item 86 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a200): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a200): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a200): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a200): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a200): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.849380328 +0000 UTC m=+33.690852698 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a200): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a44d0 item 87 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.85011168 +0000 UTC m=+33.691584050 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757a700): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757ac40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757ac40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757ac40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757ac40): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757ac40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.85011168 +0000 UTC m=+33.691584050 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757ac40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a4700 item 87 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b2c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b2c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b2c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b2c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b2c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.851770363 +0000 UTC m=+33.693242733 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b2c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a4a80 item 88 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.853275885 +0000 UTC m=+33.694748286 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757b7c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757bd40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757bd40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757bd40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757bd40): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757bd40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.853275885 +0000 UTC m=+33.694748286 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a757bd40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a4d20 item 88 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.855512109 +0000 UTC m=+33.696984500 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75909c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75909c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75909c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5110 item 89 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75909c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75909c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.856187806 +0000 UTC m=+33.697660165 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75909c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a52d0 item 89 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.856831431 +0000 UTC m=+33.698303801 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7590f00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591480): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591480): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591480): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591480): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591480): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.856831431 +0000 UTC m=+33.698303801 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591480): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5490 item 89 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.858496675 +0000 UTC m=+33.699969046 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7591ac0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2100): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2100): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2100): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5880 item 90 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2100): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2100): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.859375335 +0000 UTC m=+33.700847736 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2100): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5a40 item 90 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.860132796 +0000 UTC m=+33.701605166 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2c00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2c00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2c00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2c00): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2c00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.860132796 +0000 UTC m=+33.701605166 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b2c00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a78a5c00 item 90 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.861910523 +0000 UTC m=+33.703382883 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3240): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3780): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3780): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fda4d0 item 91 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3780): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.862674857 +0000 UTC m=+33.704147237 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): >_readAt: n=2, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): _writeAt: size=3, off=7 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fda930 item 91 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.863323512 +0000 UTC m=+33.704795882 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75b3cc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6340): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6340): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6340): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6340): >_readAt: n=8, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6340): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.863323512 +0000 UTC m=+33.704795882 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6340): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdad90 item 91 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.865558103 +0000 UTC m=+33.707030473 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6980): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6ec0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6ec0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6ec0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdb3b0 item 92 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6ec0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6ec0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.866363224 +0000 UTC m=+33.707835613 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d6ec0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): open at offset 5 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fdbb20 item 92 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): _readAt: size=2, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): _writeAt: size=3, off=5 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): >_writeAt: n=3, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.867278171 +0000 UTC m=+33.708750591 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d7400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d79c0): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d79c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d79c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d79c0): >_readAt: n=3, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d79c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.867278171 +0000 UTC m=+33.708750591 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a75d79c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd8230 item 92 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.869017276 +0000 UTC m=+33.710489646 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600100): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600640): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600640): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600640): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd90a0 item 93 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600640): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600640): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.869868624 +0000 UTC m=+33.711340994 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600640): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600d40): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600d40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600d40): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600d40): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600d40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.869868624 +0000 UTC m=+33.711340994 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7600d40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6fd9340 item 93 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.871859423 +0000 UTC m=+33.713331793 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7601380): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76018c0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76018c0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76018c0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6ff01c0 item 94 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76018c0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76018c0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.872803056 +0000 UTC m=+33.714275426 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a76018c0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8500): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8500): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8500): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8500): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8500): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.872803056 +0000 UTC m=+33.714275426 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8500): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eaa540 item 94 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.874910777 +0000 UTC m=+33.716383138 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b8b40): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9080): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9080): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9080): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eab030 item 95 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9080): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9080): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.875561135 +0000 UTC m=+33.717033525 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9080): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9780): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9780): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9780): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9780): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9780): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.875561135 +0000 UTC m=+33.717033525 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9780): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a6eab8f0 item 95 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): open at offset 0 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): _readAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): >_readAt: n=0, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.877408244 +0000 UTC m=+33.718880615 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a73b9dc0): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680400): _writeAt: size=5, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680400): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680400): >openPending: err= 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e310 item 96 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680400): >_writeAt: n=5, err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680400): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.878019178 +0000 UTC m=+33.719491558 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680400): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/27 02:13:53 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:53 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/27 02:13:53 DEBUG : open-test-file: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680b00): _readAt: size=512, off=0 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680b00): openPending: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680b00): >openPending: err= 2026/07/27 02:13:53 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680b00): >_readAt: n=5, err=EOF 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680b00): close: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-27 02:13:53.878019178 +0000 UTC m=+33.719491558 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : open-test-file(0x2333a7680b00): >close: err= 2026/07/27 02:13:53 DEBUG : open-test-file: Remove: 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x2333a791e4d0 item 96 2026/07/27 02:13:53 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/27 02:13:53 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/27 02:13:53 DEBUG : open-test-file: >Remove: err= 2026/07/27 02:13:53 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : >WaitForWriters: 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.62s) --- PASS: TestRWFileHandleOpenTests/writes (0.33s) --- 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.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.01s) --- 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.01s) --- 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.29s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:53 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:53 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:53 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:53 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:53 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:53 DEBUG : file1: newRWFileHandle: 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): openPending: 2026/07/27 02:13:53 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): >openPending: err= 2026/07/27 02:13:53 DEBUG : file1: >newRWFileHandle: err= 2026/07/27 02:13:53 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:53 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/27 02:13:53 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): _writeAt: size=2, off=0 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): >_writeAt: n=2, err= 2026/07/27 02:13:53 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): RWFileHandle.Flush 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): RWFileHandle.Release 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): close: 2026/07/27 02:13:53 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/27 02:13:53 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:53 DEBUG : file1(0x2333a7726100): >close: err= 2026/07/27 02:13:53 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:53 DEBUG : Looking for writers 2026/07/27 02:13:53 DEBUG : file1: reading active writers 2026/07/27 02:13:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:53 DEBUG : file1: vfs cache: starting upload 2026/07/27 02:13:53 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1.a0a9169e.partial" 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1.a0a9169e.partial 2026/07/27 02:13:53 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1.a0a9169e.partial" 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : file1: reading active writers 2026/07/27 02:13:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yomuduf9gubu/file1.a0a9169e.partial 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/27 02:13:54 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/27 02:13:54 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/27 02:13:54 INFO : file1: Copied (new) 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : file1: reading active writers 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/27 02:13:54 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/27 02:13:54 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/27 02:13:54 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/27 02:13:54 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:13:54 INFO : file1: vfs cache: upload succeeded try #1 2026/07/27 02:13:54 DEBUG : >WaitForWriters: 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/27 02:13:54 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : file1: reading active writers 2026/07/27 02:13:54 DEBUG : >WaitForWriters: 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.54s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:54 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:13:54 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:54 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:13:54 DEBUG : rename_me: newRWFileHandle: 2026/07/27 02:13:54 DEBUG : rename_me(0x2333a7680c40): openPending: 2026/07/27 02:13:54 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/27 02:13:54 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/27 02:13:54 DEBUG : rename_me(0x2333a7680c40): >openPending: err= 2026/07/27 02:13:54 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/27 02:13:54 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/27 02:13:54 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/27 02:13:54 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/27 02:13:54 DEBUG : rename_me(0x2333a7680c40): _writeAt: size=5, off=0 2026/07/27 02:13:54 DEBUG : rename_me(0x2333a7680c40): >_writeAt: n=5, err= 2026/07/27 02:13:54 DEBUG : rename_me(0x2333a7680c40): close: 2026/07/27 02:13:54 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-27 02:13:54.428695764 +0000 UTC m=+34.270168134 2026/07/27 02:13:54 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/27 02:13:54 DEBUG : rename_me(0x2333a7680c40): >close: err= 2026/07/27 02:13:54 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/27 02:13:54 DEBUG : i_was_renamed: Updating file with 0x2333a70d5860 2026/07/27 02:13:54 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/27 02:13:54 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/27 02:13:54 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : i_was_renamed: reading active writers 2026/07/27 02:13:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : i_was_renamed: reading active writers 2026/07/27 02:13:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : i_was_renamed: reading active writers 2026/07/27 02:13:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : i_was_renamed: reading active writers 2026/07/27 02:13:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/27 02:13:54 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/27 02:13:54 DEBUG : i_was_renamed.210ef97e.partial: size = 5 OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/i_was_renamed.210ef97e.partial" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/i_was_renamed.210ef97e.partial 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/i_was_renamed.210ef97e.partial" 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : i_was_renamed: reading active writers 2026/07/27 02:13:54 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/i_was_renamed.210ef97e.partial 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : i_was_renamed.210ef97e.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:54 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:13:54 DEBUG : i_was_renamed.210ef97e.partial: renamed to: i_was_renamed 2026/07/27 02:13:54 INFO : i_was_renamed: Copied (new) 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/i_was_renamed" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/i_was_renamed 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/i_was_renamed" 2026/07/27 02:13:54 DEBUG : Looking for writers 2026/07/27 02:13:54 DEBUG : i_was_renamed: reading active writers 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/i_was_renamed 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:13:54 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-27 02:13:54 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/27 02:13:54 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/27 02:13:54 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/27 02:13:54 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/27 02:13:54 DEBUG : >WaitForWriters: 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:13:54 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/27 02:13:54 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yomuduf9gubu" 2026/07/27 02:13:54 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:54 DEBUG : forgetting directory cache 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:54 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:54 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7726f00): _readAt: size=512, off=0 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7726f00): openPending: 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-27 01:14:54 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/27 02:13:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7726f00): >openPending: err= 2026/07/27 02:13:55 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7726f00): >_readAt: n=20, err=EOF 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7726f00): close: 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:14:54 +0000 UTC 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7726f00): >close: err= 2026/07/27 02:13:55 DEBUG : Re-reading directory (108.280335ms old) 2026/07/27 02:13:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : forgetting directory cache 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7681800): _readAt: size=512, off=0 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7681800): openPending: 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-27 01:15:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-27 01:14:54 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-27 01:15:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-27 01:14:54 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/27 02:13:55 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/27 02:13:55 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7681800): >openPending: err= 2026/07/27 02:13:55 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7681800): >_readAt: n=20, err=EOF 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7681800): close: 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:15:54 +0000 UTC 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate(0x2333a7681800): >close: err= 2026/07/27 02:13:55 DEBUG : Re-reading directory (108.871663ms old) 2026/07/27 02:13:55 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:55 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:55 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : forgetting directory cache 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7727d80): _readAt: size=512, off=0 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7727d80): openPending: 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-27 01:16:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-27 01:15:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-27 01:16:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-27 01:15:54 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/27 02:13:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/27 02:13:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7727d80): >openPending: err= 2026/07/27 02:13:56 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7727d80): >_readAt: n=20, err=EOF 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7727d80): close: 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:16:54 +0000 UTC 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7727d80): >close: err= 2026/07/27 02:13:56 DEBUG : Re-reading directory (108.515389ms old) 2026/07/27 02:13:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : forgetting directory cache 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7600cc0): _readAt: size=512, off=0 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7600cc0): openPending: 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-27 01:17:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-27 01:16:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-27 01:17:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-27 01:16:54 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/27 02:13:56 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/27 02:13:56 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7600cc0): >openPending: err= 2026/07/27 02:13:56 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7600cc0): >_readAt: n=20, err=EOF 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7600cc0): close: 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:17:54 +0000 UTC 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate(0x2333a7600cc0): >close: err= 2026/07/27 02:13:56 DEBUG : Re-reading directory (106.852689ms old) 2026/07/27 02:13:56 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:56 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:56 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/27 02:13:57 DEBUG : forgetting directory cache 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a6f85540): _readAt: size=512, off=0 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a6f85540): openPending: 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-27 01:18:54 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-27 01:17:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-27 01:18:54 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-27 01:17:54 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/27 02:13:57 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/27 02:13:57 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a6f85540): >openPending: err= 2026/07/27 02:13:57 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a6f85540): >_readAt: n=20, err=EOF 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a6f85540): close: 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:18:54 +0000 UTC 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a6f85540): >close: err= 2026/07/27 02:13:57 DEBUG : Re-reading directory (106.071003ms old) 2026/07/27 02:13:57 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : forgetting directory cache 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a71029c0): _readAt: size=512, off=0 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a71029c0): openPending: 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-27 01:19:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-27 01:18:54 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-27 01:19:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-27 01:18:54 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/27 02:13:57 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/27 02:13:57 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a71029c0): >openPending: err= 2026/07/27 02:13:57 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a71029c0): >_readAt: n=20, err=EOF 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a71029c0): close: 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:19:54 +0000 UTC 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate(0x2333a71029c0): >close: err= 2026/07/27 02:13:57 DEBUG : Re-reading directory (109.188211ms old) 2026/07/27 02:13:57 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:57 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : forgetting directory cache 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a7405000): _readAt: size=512, off=0 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a7405000): openPending: 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-27 01:20:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-27 01:19:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-27 01:20:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-27 01:19:54 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/27 02:13:58 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/27 02:13:58 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a7405000): >openPending: err= 2026/07/27 02:13:58 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a7405000): >_readAt: n=21, err=EOF 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a7405000): close: 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:20:54 +0000 UTC 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a7405000): >close: err= 2026/07/27 02:13:58 DEBUG : Re-reading directory (125.603333ms old) 2026/07/27 02:13:58 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : forgetting directory cache 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a6f85dc0): _readAt: size=512, off=0 2026/07/27 02:13:58 DEBUG : TestRWCacheUpdate(0x2333a6f85dc0): openPending: 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:58 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-27 01:21:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-27 01:20:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-27 01:21:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-27 01:20:54 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/27 02:13:59 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/27 02:13:59 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a6f85dc0): >openPending: err= 2026/07/27 02:13:59 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a6f85dc0): >_readAt: n=22, err=EOF 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a6f85dc0): close: 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:21:54 +0000 UTC 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a6f85dc0): >close: err= 2026/07/27 02:13:59 DEBUG : Re-reading directory (110.27276ms old) 2026/07/27 02:13:59 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/27 02:13:59 DEBUG : forgetting directory cache 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a7103c00): _readAt: size=512, off=0 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a7103c00): openPending: 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-27 01:22:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-27 01:21:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-27 01:22:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-27 01:21:54 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/27 02:13:59 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/27 02:13:59 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a7103c00): >openPending: err= 2026/07/27 02:13:59 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a7103c00): >_readAt: n=23, err=EOF 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a7103c00): close: 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:22:54 +0000 UTC 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a7103c00): >close: err= 2026/07/27 02:13:59 DEBUG : Re-reading directory (109.661575ms old) 2026/07/27 02:13:59 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/27 02:13:59 DEBUG : forgetting directory cache 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a77eaa00): _readAt: size=512, off=0 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a77eaa00): openPending: 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yomuduf9gubu/TestRWCacheUpdate 2026/07/27 02:13:59 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-27 01:23:54 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-27 01:22:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-27 01:23:54 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-27 01:22:54 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/27 02:13:59 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/27 02:13:59 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate(0x2333a77eaa00): >openPending: err= 2026/07/27 02:13:59 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:13:59 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:00 DEBUG : TestRWCacheUpdate(0x2333a77eaa00): >_readAt: n=24, err=EOF 2026/07/27 02:14:00 DEBUG : TestRWCacheUpdate(0x2333a77eaa00): close: 2026/07/27 02:14:00 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-27 01:23:54 +0000 UTC 2026/07/27 02:14:00 DEBUG : TestRWCacheUpdate(0x2333a77eaa00): >close: err= 2026/07/27 02:14:00 DEBUG : Re-reading directory (114.54617ms old) 2026/07/27 02:14:00 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/27 02:14:00 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/27 02:14:00 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:00 DEBUG : Looking for writers 2026/07/27 02:14:00 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/27 02:14:00 DEBUG : >WaitForWriters: 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.25s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : forgetting directory cache 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/27 02:14:00 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:00 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:00 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:00 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/27 02:14:00 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:00 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/27 02:14:00 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:00 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:00 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:00 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:00 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:00 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:00 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:00 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/27 02:14:00 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/27 02:14:00 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/27 02:14:00 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:00 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/27 02:14:00 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:00 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/27 02:14:00 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/27 02:14:00 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/27 02:14:00 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:00 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:00 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:00 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/FiLeA" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yomuduf9gubu/FiLeA 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/27 02:14:01 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/27 02:14:01 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/27 02:14:01 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FiLeB" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yomuduf9gubu/FiLeB 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/27 02:14:01 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/27 02:14:01 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/27 02:14:01 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/FilEb" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yomuduf9gubu/FilEb 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/27 02:14:01 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/27 02:14:01 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/27 02:14:01 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/27 02:14:01 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/27 02:14:01 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:01 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:01 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:01 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/27 02:14:01 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/27 02:14:01 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/27 02:14:01 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/27 02:14:01 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/27 02:14:01 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:01 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:01 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:01 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:01 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:01 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:01 DEBUG : Looking for writers 2026/07/27 02:14:01 DEBUG : FiLeA: reading active writers 2026/07/27 02:14:01 DEBUG : FiLeB: reading active writers 2026/07/27 02:14:01 DEBUG : FilEb: reading active writers 2026/07/27 02:14:01 DEBUG : >WaitForWriters: 2026/07/27 02:14:01 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:01 DEBUG : Looking for writers 2026/07/27 02:14:01 DEBUG : FiLeB: reading active writers 2026/07/27 02:14:01 DEBUG : FilEb: reading active writers 2026/07/27 02:14:01 DEBUG : FiLeA: reading active writers 2026/07/27 02:14:01 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.79s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/normal name with no special characters.txt" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/normal\ name\ with\ no\ special\ characters.txt 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yomuduf9gubu/normal name with no special characters.txt 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:01 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/normal name with no special characters.txt" 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/normal\ name\ with\ no\ special\ characters.txt 2026/07/27 02:14:01 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yomuduf9gubu/normal name with no special characters.txt 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/測試_Русский___ě_áñ" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/測試_Русский___ě_áñ" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/27 02:14:02 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/normal name with no special characters.txt" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/normal\ name\ with\ no\ special\ characters.txt 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/normal\ name\ with\ no\ special\ characters.txt" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yomuduf9gubu/normal name with no special characters.txt 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/測試_Русский___ě_áñ" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yomuduf9gubu/測試_Русский___ě_áñ 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:02 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:02 DEBUG : Looking for writers 2026/07/27 02:14:02 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/27 02:14:02 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/27 02:14:02 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.66s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:02 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Reusing VFS from active cache 2026/07/27 02:14:02 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:02 DEBUG : Looking for writers 2026/07/27 02:14:02 DEBUG : >WaitForWriters: 2026/07/27 02:14:02 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:02 DEBUG : Looking for writers 2026/07/27 02:14:02 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:02 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:02 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:02 DEBUG : Looking for writers 2026/07/27 02:14:02 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:02 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:02 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:02 DEBUG : Looking for writers 2026/07/27 02:14:02 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:02 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/27 02:14:02 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:02 DEBUG : dir: Looking for writers 2026/07/27 02:14:02 DEBUG : file2: reading active writers 2026/07/27 02:14:02 DEBUG : Looking for writers 2026/07/27 02:14:02 DEBUG : dir: reading active writers 2026/07/27 02:14:02 DEBUG : file1: reading active writers 2026/07/27 02:14:02 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.39s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:02 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:02 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:02 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/27 02:14:03 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:03 DEBUG : dir: Looking for writers 2026/07/27 02:14:03 DEBUG : Looking for writers 2026/07/27 02:14:03 DEBUG : file1: reading active writers 2026/07/27 02:14:03 DEBUG : dir: reading active writers 2026/07/27 02:14:03 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.44s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:03 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/27 02:14:03 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:03 DEBUG : file1: Open: flags=O_RDONLY 2026/07/27 02:14:03 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/27 02:14:03 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/27 02:14:03 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:03 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:03 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/27 02:14:03 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/new_file.txt" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/new_file.txt 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/new_file.txt" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/dir/new_file.txt 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:14:03 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/27 02:14:03 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/27 02:14:03 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:03 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/27 02:14:03 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:03 DEBUG : dir: Looking for writers 2026/07/27 02:14:03 DEBUG : file2: reading active writers 2026/07/27 02:14:03 DEBUG : new_file.txt: reading active writers 2026/07/27 02:14:03 DEBUG : Looking for writers 2026/07/27 02:14:03 DEBUG : file1: reading active writers 2026/07/27 02:14:03 DEBUG : dir: reading active writers 2026/07/27 02:14:03 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.54s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:03 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:03 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:03 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file2" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yomuduf9gubu/dir/file2 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/27 02:14:04 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/27 02:14:04 DEBUG : dir/file1: Updating file with dir/file1 0x2333a7543ad0 2026/07/27 02:14:04 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/27 02:14:04 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/dir/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yomuduf9gubu/dir/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/27 02:14:04 INFO : dir/file1: Moved (server-side) to: file0 2026/07/27 02:14:04 DEBUG : file0: Updating file with file0 0x2333a7543ad0 2026/07/27 02:14:04 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file0" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file0 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file0" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yomuduf9gubu/file0 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file0" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file0 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file0" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yomuduf9gubu/file0 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/27 02:14:04 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:04 DEBUG : dir: Looking for writers 2026/07/27 02:14:04 DEBUG : Looking for writers 2026/07/27 02:14:04 DEBUG : dir: reading active writers 2026/07/27 02:14:04 DEBUG : file0: reading active writers 2026/07/27 02:14:04 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.59s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:04 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Server has VFS statistics extension 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: About path "/rclone-test-yomuduf9gubu" 2026/07/27 02:14:04 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:04 DEBUG : Looking for writers 2026/07/27 02:14:04 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.00s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:04 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/07/27 02:14:04 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:04 DEBUG : c: Looking for writers 2026/07/27 02:14:04 DEBUG : d: Looking for writers 2026/07/27 02:14:04 DEBUG : Looking for writers 2026/07/27 02:14:04 DEBUG : a: Looking for writers 2026/07/27 02:14:04 DEBUG : b: Looking for writers 2026/07/27 02:14:04 DEBUG : Looking for writers 2026/07/27 02:14:04 DEBUG : d: reading active writers 2026/07/27 02:14:04 DEBUG : /: reading active writers 2026/07/27 02:14:04 DEBUG : a: reading active writers 2026/07/27 02:14:04 DEBUG : b: reading active writers 2026/07/27 02:14:04 DEBUG : c: reading active writers 2026/07/27 02:14:04 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.25s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:04 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/27 02:14:04 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/27 02:14:04 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/27 02:14:04 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/27 02:14:04 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:04 DEBUG : a/b/c/d: Looking for writers 2026/07/27 02:14:04 DEBUG : a/b/c: Looking for writers 2026/07/27 02:14:04 DEBUG : d: reading active writers 2026/07/27 02:14:04 DEBUG : a/b: Looking for writers 2026/07/27 02:14:04 DEBUG : c: reading active writers 2026/07/27 02:14:04 DEBUG : a: Looking for writers 2026/07/27 02:14:04 DEBUG : b: reading active writers 2026/07/27 02:14:04 DEBUG : Looking for writers 2026/07/27 02:14:04 DEBUG : a: reading active writers 2026/07/27 02:14:04 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.04s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:04 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:04 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:04 DEBUG : Looking for writers 2026/07/27 02:14:04 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-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:04 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:04 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:04 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:04 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:04 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:04 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/27 02:14:04 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/27 02:14:04 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 02:14:04 DEBUG : file1: size = 5 OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:14:04 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:14:04 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:04 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:04 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:04 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:05 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/27 02:14:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:05 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/27 02:14:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/27 02:14:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 02:14:05 DEBUG : file1: size = 0 OK 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:05 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:14:05 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:14:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/27 02:14:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (7 bytes), uploading instead of streaming 2026/07/27 02:14:05 DEBUG : file1: size = 7 OK 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:05 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:05 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/27 02:14:05 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/27 02:14:05 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:05 DEBUG : Looking for writers 2026/07/27 02:14:05 DEBUG : file1: reading active writers 2026/07/27 02:14:05 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.48s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:05 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:05 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:05 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:05 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:05 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/27 02:14:06 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/27 02:14:06 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/27 02:14:06 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (11 bytes), uploading instead of streaming 2026/07/27 02:14:06 DEBUG : file1: size = 11 OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:14:06 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/27 02:14:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/27 02:14:06 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:06 DEBUG : Looking for writers 2026/07/27 02:14:06 DEBUG : file1: reading active writers 2026/07/27 02:14:06 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.33s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:06 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (5 bytes), uploading instead of streaming 2026/07/27 02:14:06 DEBUG : file1: size = 5 OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/27 02:14:06 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/27 02:14:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/27 02:14:06 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:06 DEBUG : Looking for writers 2026/07/27 02:14:06 DEBUG : file1: reading active writers 2026/07/27 02:14:06 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:06 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: WriteFileHandle.Release closing 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 02:14:06 DEBUG : file1: size = 0 OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:14:06 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:14:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/27 02:14:06 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:06 DEBUG : Looking for writers 2026/07/27 02:14:06 DEBUG : file1: reading active writers 2026/07/27 02:14:06 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:06 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (2 bytes), uploading instead of streaming 2026/07/27 02:14:06 DEBUG : file1: size = 2 OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/27 02:14:06 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/27 02:14:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:06 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:06 DEBUG : Looking for writers 2026/07/27 02:14:06 DEBUG : file1: reading active writers 2026/07/27 02:14:06 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:06 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (0 bytes), uploading instead of streaming 2026/07/27 02:14:06 DEBUG : file1: size = 0 OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:06 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/27 02:14:06 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/27 02:14:06 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:14:06 DEBUG : file1: Open: flags=O_RDONLY 2026/07/27 02:14:06 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/27 02:14:06 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/27 02:14:06 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:06 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:06 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:06 DEBUG : Looking for writers 2026/07/27 02:14:06 DEBUG : file1: reading active writers 2026/07/27 02:14:06 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:06 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:06 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/27 02:14:06 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/27 02:14:06 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: File to upload is small (100 bytes), uploading instead of streaming 2026/07/27 02:14:06 DEBUG : file1: size = 100 OK 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:06 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/file1" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 2366a6fa190b4bf62f8d3f2bb1b13010 /rclone-test-yomuduf9gubu/file1 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : file1: Parsed hash: 2366a6fa190b4bf62f8d3f2bb1b13010 2026/07/27 02:14:07 DEBUG : file1: md5 = 2366a6fa190b4bf62f8d3f2bb1b13010 OK 2026/07/27 02:14:07 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/27 02:14:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/27 02:14:07 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/27 02:14:07 DEBUG : file1: Open: flags=O_RDONLY 2026/07/27 02:14:07 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/27 02:14:07 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/27 02:14:07 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:07 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:07 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:07 DEBUG : Looking for writers 2026/07/27 02:14:07 DEBUG : file1: reading active writers 2026/07/27 02:14:07 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.13s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:07 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f000.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f000.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f000.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yomuduf9gubu/flat/f000.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f000.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/flat/f000.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/flat/f000.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-yomuduf9gubu/flat/f000.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f001.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f001.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f001.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yomuduf9gubu/flat/f001.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f001.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/flat/f001.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/flat/f001.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-yomuduf9gubu/flat/f001.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f002.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f002.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f002.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yomuduf9gubu/flat/f002.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f002.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/flat/f002.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/flat/f002.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-yomuduf9gubu/flat/f002.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f003.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f003.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f003.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yomuduf9gubu/flat/f003.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f003.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/flat/f003.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/flat/f003.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-yomuduf9gubu/flat/f003.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:07 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f004.txt" 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f004.txt 2026/07/27 02:14:07 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f004.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yomuduf9gubu/flat/f004.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f004.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: sha1sum /rclone-test-yomuduf9gubu/flat/f004.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yomuduf9gubu/flat/f004.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-yomuduf9gubu/flat/f004.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/27 02:14:08 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/27 02:14:08 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f000.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f000.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f000.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yomuduf9gubu/flat/f000.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/27 02:14:08 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/27 02:14:08 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f001.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f001.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f001.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yomuduf9gubu/flat/f001.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/27 02:14:08 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/27 02:14:08 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f002.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f002.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f002.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yomuduf9gubu/flat/f002.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/27 02:14:08 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/27 02:14:08 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f003.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f003.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f003.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yomuduf9gubu/flat/f003.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/27 02:14:08 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/27 02:14:08 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/flat/f004.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/flat/f004.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/flat/f004.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yomuduf9gubu/flat/f004.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/27 02:14:08 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:08 DEBUG : flat: Looking for writers 2026/07/27 02:14:08 DEBUG : f004.txt: reading active writers 2026/07/27 02:14:08 DEBUG : f000.txt: reading active writers 2026/07/27 02:14:08 DEBUG : f001.txt: reading active writers 2026/07/27 02:14:08 DEBUG : f002.txt: reading active writers 2026/07/27 02:14:08 DEBUG : f003.txt: reading active writers 2026/07/27 02:14:08 DEBUG : Looking for writers 2026/07/27 02:14:08 DEBUG : flat: reading active writers 2026/07/27 02:14:08 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.62s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:08 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:08 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/27 02:14:08 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/a/b/c/deep.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/a/b/c/deep.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/a/b/c/deep.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-yomuduf9gubu/a/b/c/deep.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/27 02:14:08 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/27 02:14:08 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/a/b/mid.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/a/b/mid.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/a/b/mid.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-yomuduf9gubu/a/b/mid.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:08 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/27 02:14:08 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/27 02:14:08 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/27 02:14:08 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:08 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/a/top.txt" 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/a/top.txt 2026/07/27 02:14:08 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/a/top.txt" 2026/07/27 02:14:09 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:09 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-yomuduf9gubu/a/top.txt 2026/07/27 02:14:09 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:09 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/27 02:14:09 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:09 DEBUG : a/b/c: Looking for writers 2026/07/27 02:14:09 DEBUG : deep.txt: reading active writers 2026/07/27 02:14:09 DEBUG : a/b: Looking for writers 2026/07/27 02:14:09 DEBUG : c: reading active writers 2026/07/27 02:14:09 DEBUG : mid.txt: reading active writers 2026/07/27 02:14:09 DEBUG : a: Looking for writers 2026/07/27 02:14:09 DEBUG : b: reading active writers 2026/07/27 02:14:09 DEBUG : top.txt: reading active writers 2026/07/27 02:14:09 DEBUG : Looking for writers 2026/07/27 02:14:09 DEBUG : a: reading active writers 2026/07/27 02:14:09 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.33s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:09 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:09 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/bigdir/big.bin" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/bigdir/big.bin 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/bigdir/big.bin" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: e109bb995a086a6c274962c152eee23a /rclone-test-yomuduf9gubu/bigdir/big.bin 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:10 DEBUG : bigdir/big.bin: Parsed hash: e109bb995a086a6c274962c152eee23a 2026/07/27 02:14:10 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:10 DEBUG : bigdir: Looking for writers 2026/07/27 02:14:10 DEBUG : big.bin: reading active writers 2026/07/27 02:14:10 DEBUG : Looking for writers 2026/07/27 02:14:10 DEBUG : bigdir: reading active writers 2026/07/27 02:14:10 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (1.15s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-yomuduf9gubu", Local "Local file system at /tmp/rclone1549732235", Modify Window "1s" 2026/07/27 02:14:10 INFO : sftp://rclone@:22/rclone-test-yomuduf9gubu: poll-interval is not supported by this remote 2026/07/27 02:14:10 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/27 02:14:10 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/27 02:14:10 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:10 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir1/a.txt" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir1/a.txt 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir1/a.txt" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-yomuduf9gubu/dir1/a.txt 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:10 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/27 02:14:10 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/27 02:14:10 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/27 02:14:10 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:10 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir2/b.txt" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir2/b.txt 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir2/b.txt" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: 415290769594460e2e485922904f345d /rclone-test-yomuduf9gubu/dir2/b.txt 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:10 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/27 02:14:10 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/27 02:14:10 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/27 02:14:10 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/27 02:14:10 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Shell path "/rclone-test-yomuduf9gubu/dir3/c.txt" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: creating additional session 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Running remote command: md5sum /rclone-test-yomuduf9gubu/dir3/c.txt 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yomuduf9gubu/dir3/c.txt" 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: command exited OK 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-yomuduf9gubu/dir3/c.txt 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: ssh external: close 2026/07/27 02:14:10 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/27 02:14:10 DEBUG : WaitForWriters: timeout=30s 2026/07/27 02:14:10 DEBUG : dir2: Looking for writers 2026/07/27 02:14:10 DEBUG : b.txt: reading active writers 2026/07/27 02:14:10 DEBUG : dir3: Looking for writers 2026/07/27 02:14:10 DEBUG : c.txt: reading active writers 2026/07/27 02:14:10 DEBUG : dir1: Looking for writers 2026/07/27 02:14:10 DEBUG : a.txt: reading active writers 2026/07/27 02:14:10 DEBUG : Looking for writers 2026/07/27 02:14:10 DEBUG : dir1: reading active writers 2026/07/27 02:14:10 DEBUG : dir2: reading active writers 2026/07/27 02:14:10 DEBUG : dir3: reading active writers 2026/07/27 02:14:10 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.30s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/27 02:14:10 DEBUG : sftp://rclone@:22/rclone-test-yomuduf9gubu: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 50.368012781s (try 1/5)