"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/07/19 02:46:13 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-xihawom2nune" 2026/07/19 02:46:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/07/19 02:46:13 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/07/19 02:46:13 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/19 02:46:13 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/07/19 02:46:13 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/19 02:46:13 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/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: 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/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell type "unix" from config 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Relative path resolved to "/rclone-test-xihawom2nune" 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Using root directory "/rclone-test-xihawom2nune" 2026/07/19 02:46:13 DEBUG : Creating backend with remote "/tmp/rclone2021689131" === RUN TestDirHandleMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:13 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:13 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:13 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:13 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:13 DEBUG : dir: Looking for writers 2026/07/19 02:46:13 DEBUG : Looking for writers 2026/07/19 02:46:13 DEBUG : dir: reading active writers 2026/07/19 02:46:13 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.19s) === RUN TestDirHandleReaddir run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:13 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:13 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/07/19 02:46:14 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:14 DEBUG : dir/subdir: Looking for writers 2026/07/19 02:46:14 DEBUG : dir: Looking for writers 2026/07/19 02:46:14 DEBUG : file1: reading active writers 2026/07/19 02:46:14 DEBUG : file2: reading active writers 2026/07/19 02:46:14 DEBUG : subdir: reading active writers 2026/07/19 02:46:14 DEBUG : Looking for writers 2026/07/19 02:46:14 DEBUG : dir: reading active writers 2026/07/19 02:46:14 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.59s) === RUN TestDirHandleReaddirnames run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:14 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:14 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:14 DEBUG : dir: Looking for writers 2026/07/19 02:46:14 DEBUG : file1: reading active writers 2026/07/19 02:46:14 DEBUG : Looking for writers 2026/07/19 02:46:14 DEBUG : dir: reading active writers 2026/07/19 02:46:14 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.22s) === RUN TestDirMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:14 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:14 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:14 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:14 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:14 DEBUG : dir: Looking for writers 2026/07/19 02:46:14 DEBUG : Looking for writers 2026/07/19 02:46:14 DEBUG : dir: reading active writers 2026/07/19 02:46:14 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.24s) === RUN TestDirForgetAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:15 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:15 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:15 DEBUG : forgetting directory cache 2026/07/19 02:46:15 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:15 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:15 DEBUG : Looking for writers 2026/07/19 02:46:15 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.24s) === RUN TestDirForgetPath run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:15 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:15 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/07/19 02:46:15 DEBUG : dir: invalidating directory cache 2026/07/19 02:46:15 DEBUG : >ForgetPath: 2026/07/19 02:46:15 DEBUG : ForgetPath: relativePath="dir", type=0 2026/07/19 02:46:15 DEBUG : invalidating directory cache 2026/07/19 02:46:15 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:15 DEBUG : >ForgetPath: 2026/07/19 02:46:15 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/07/19 02:46:15 DEBUG : >ForgetPath: 2026/07/19 02:46:15 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:15 DEBUG : dir: Looking for writers 2026/07/19 02:46:15 DEBUG : Looking for writers 2026/07/19 02:46:15 DEBUG : dir: reading active writers 2026/07/19 02:46:15 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.23s) === RUN TestDirWalk run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:15 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: 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/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/fil/a/b/c" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/fil/a/b/c 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/fil/a/b/c" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-xihawom2nune/fil/a/b/c 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/fil/a/b/c" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/fil/a/b/c 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/fil/a/b/c" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-xihawom2nune/fil/a/b/c 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:15 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:15 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:16 DEBUG : forgetting directory cache 2026/07/19 02:46:16 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:16 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:16 DEBUG : dir: Looking for writers 2026/07/19 02:46:16 DEBUG : fil/a/b: Looking for writers 2026/07/19 02:46:16 DEBUG : fil/a: Looking for writers 2026/07/19 02:46:16 DEBUG : b: reading active writers 2026/07/19 02:46:16 DEBUG : fil: Looking for writers 2026/07/19 02:46:16 DEBUG : a: reading active writers 2026/07/19 02:46:16 DEBUG : Looking for writers 2026/07/19 02:46:16 DEBUG : fil: reading active writers 2026/07/19 02:46:16 DEBUG : dir: reading active writers 2026/07/19 02:46:16 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:16 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:16 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:16 DEBUG : dir: Looking for writers 2026/07/19 02:46:16 DEBUG : Looking for writers 2026/07/19 02:46:16 DEBUG : dir: reading active writers 2026/07/19 02:46:16 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.22s) === RUN TestDirStat run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:16 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:16 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:16 DEBUG : dir: Looking for writers 2026/07/19 02:46:16 DEBUG : file1: reading active writers 2026/07/19 02:46:16 DEBUG : Looking for writers 2026/07/19 02:46:16 DEBUG : dir: reading active writers 2026/07/19 02:46:16 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:16 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:16 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:16 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/subdir/file3" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-xihawom2nune/dir/subdir/file3 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/07/19 02:46:17 DEBUG : Waiting for deletions to finish 2026/07/19 02:46:17 INFO : dir/subdir/file3: Deleted 2026/07/19 02:46:17 DEBUG : removing 1 level 2 directories 2026/07/19 02:46:17 INFO : dir/subdir: Removing directory 2026/07/19 02:46:17 DEBUG : dir: invalidating directory cache 2026/07/19 02:46:17 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/07/19 02:46:17 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/07/19 02:46:17 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/07/19 02:46:17 DEBUG : dir/file1: Reset virtual modtime 2026/07/19 02:46:17 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/07/19 02:46:17 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:17 DEBUG : dir: invalidating directory cache 2026/07/19 02:46:17 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/07/19 02:46:17 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/07/19 02:46:17 DEBUG : dir/virtualFile: Reset virtual modtime 2026/07/19 02:46:17 DEBUG : forgetting directory cache 2026/07/19 02:46:17 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:17 DEBUG : dir/virtualDir: forgetting directory cache 2026/07/19 02:46:17 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:17 DEBUG : dir/virtualDir: Looking for writers 2026/07/19 02:46:17 DEBUG : dir: Looking for writers 2026/07/19 02:46:17 DEBUG : file1: reading active writers 2026/07/19 02:46:17 DEBUG : virtualFile2: reading active writers 2026/07/19 02:46:17 DEBUG : virtualFile: reading active writers 2026/07/19 02:46:17 DEBUG : virtualDir: reading active writers 2026/07/19 02:46:17 DEBUG : Looking for writers 2026/07/19 02:46:17 DEBUG : dir: reading active writers 2026/07/19 02:46:17 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.67s) --- PASS: TestDirReadDirAll/Virtual (0.02s) === RUN TestDirOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:17 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:17 ERROR : dir/: Can only open directories read only 2026/07/19 02:46:17 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:17 DEBUG : dir: Looking for writers 2026/07/19 02:46:17 DEBUG : Looking for writers 2026/07/19 02:46:17 DEBUG : dir: reading active writers 2026/07/19 02:46:17 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.22s) === RUN TestDirCreate run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:17 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:17 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/19 02:46:17 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (5 bytes), uploading instead of streaming 2026/07/19 02:46:17 DEBUG : dir/potato: size = 5 OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/potato" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/potato 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/potato" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/dir/potato 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:17 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:17 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:17 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/07/19 02:46:17 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/07/19 02:46:17 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:17 DEBUG : dir: Looking for writers 2026/07/19 02:46:17 DEBUG : file1: reading active writers 2026/07/19 02:46:17 DEBUG : potato: reading active writers 2026/07/19 02:46:17 DEBUG : Looking for writers 2026/07/19 02:46:17 DEBUG : dir: reading active writers 2026/07/19 02:46:17 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.43s) === RUN TestDirMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:17 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:17 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:18 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:18 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:18 DEBUG : dir/sub: Looking for writers 2026/07/19 02:46:18 DEBUG : dir: Looking for writers 2026/07/19 02:46:18 DEBUG : file1: reading active writers 2026/07/19 02:46:18 DEBUG : sub: reading active writers 2026/07/19 02:46:18 DEBUG : Looking for writers 2026/07/19 02:46:18 DEBUG : dir: reading active writers 2026/07/19 02:46:18 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.55s) === RUN TestDirMkdirSub run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:18 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:18 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/19 02:46:18 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:18 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:18 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:18 DEBUG : dir/sub/subsub: Looking for writers 2026/07/19 02:46:18 DEBUG : dir/sub: Looking for writers 2026/07/19 02:46:18 DEBUG : subsub: reading active writers 2026/07/19 02:46:18 DEBUG : dir: Looking for writers 2026/07/19 02:46:18 DEBUG : file1: reading active writers 2026/07/19 02:46:18 DEBUG : sub: reading active writers 2026/07/19 02:46:18 DEBUG : Looking for writers 2026/07/19 02:46:18 DEBUG : dir: reading active writers 2026/07/19 02:46:18 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.42s) === RUN TestDirRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:18 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:18 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:19 ERROR : dir/: Dir.Remove not empty 2026/07/19 02:46:19 DEBUG : dir/file1: Remove: 2026/07/19 02:46:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:19 DEBUG : dir/file1: >Remove: err= 2026/07/19 02:46:19 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/19 02:46:19 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:19 DEBUG : Looking for writers 2026/07/19 02:46:19 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.22s) === RUN TestDirRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:19 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:19 DEBUG : dir/file1: Remove: 2026/07/19 02:46:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:19 DEBUG : dir/file1: >Remove: err= 2026/07/19 02:46:19 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/19 02:46:19 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:19 DEBUG : Looking for writers 2026/07/19 02:46:19 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.23s) === RUN TestDirRemoveName run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:19 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:19 DEBUG : dir/file1: Remove: 2026/07/19 02:46:19 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:19 DEBUG : dir/file1: >Remove: err= 2026/07/19 02:46:19 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:19 DEBUG : dir: Looking for writers 2026/07/19 02:46:19 DEBUG : Looking for writers 2026/07/19 02:46:19 DEBUG : dir: reading active writers 2026/07/19 02:46:19 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.33s) === RUN TestDirRename run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:19 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:19 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:19 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xihawom2nune/dir/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xihawom2nune/dir/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/19 02:46:20 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/07/19 02:46:20 DEBUG : dir: Updating dir with dir2 0x3f0bf2b28680 2026/07/19 02:46:20 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:20 DEBUG : Added virtual directory entry vDel: "dir" 2026/07/19 02:46:20 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file1" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir2/file1 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir2/file1" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir2/file1 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file1" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir2/file1 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir2/file1" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir2/file1 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/19 02:46:20 INFO : dir2/file1: Moved (server-side) to: file2 2026/07/19 02:46:20 DEBUG : file2: Updating file with file2 0x3f0bf2c74f70 2026/07/19 02:46:20 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:20 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file2" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file2 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file2" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/file2 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file2" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file2 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file2" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/file2 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:20 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:20 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/07/19 02:46:21 INFO : dir2/file3: Deleted 2026/07/19 02:46:21 INFO : file2: Moved (server-side) to: dir2/file3 2026/07/19 02:46:21 DEBUG : dir2/file3: Updating file with dir2/file3 0x3f0bf2c74f70 2026/07/19 02:46:21 DEBUG : Added virtual directory entry vDel: "file2" 2026/07/19 02:46:21 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir2/file3" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir2/file3 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:21 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/07/19 02:46:21 DEBUG : empty directory: Updating dir with renamed empty directory 0x3f0bf2b29790 2026/07/19 02:46:21 DEBUG : empty directory: forgetting directory cache 2026/07/19 02:46:21 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/07/19 02:46:21 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/07/19 02:46:21 DEBUG : dir2: Renaming to "dir3" 2026/07/19 02:46:21 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:21 DEBUG : dir3: Looking for writers 2026/07/19 02:46:21 DEBUG : file3: reading active writers 2026/07/19 02:46:21 DEBUG : renamed empty directory: Looking for writers 2026/07/19 02:46:21 DEBUG : Looking for writers 2026/07/19 02:46:21 DEBUG : renamed empty directory: reading active writers 2026/07/19 02:46:21 DEBUG : dir3: reading active writers 2026/07/19 02:46:21 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.69s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:21 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:21 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/07/19 02:46:21 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:21 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/19 02:46:21 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/07/19 02:46:21 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/07/19 02:46:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/19 02:46:21 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:21 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:21 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/07/19 02:46:21 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/07/19 02:46:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (12 bytes), uploading instead of streaming 2026/07/19 02:46:21 DEBUG : dir/sub/file2: size = 12 OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/sub/file2" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/sub/file2 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/sub/file2" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-xihawom2nune/dir/sub/file2 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/07/19 02:46:21 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/07/19 02:46:21 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/07/19 02:46:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:21 DEBUG : forgetting directory cache 2026/07/19 02:46:21 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:21 DEBUG : dir/sub: forgetting directory cache 2026/07/19 02:46:21 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/07/19 02:46:21 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (5 bytes), uploading instead of streaming 2026/07/19 02:46:21 DEBUG : dir/sub/file0: size = 5 OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/sub/file0" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/sub/file0 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/sub/file0" 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/dir/sub/file0 2026/07/19 02:46:21 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:21 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:21 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:21 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/07/19 02:46:21 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/07/19 02:46:21 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:21 DEBUG : dir/sub: Looking for writers 2026/07/19 02:46:21 DEBUG : file0: reading active writers 2026/07/19 02:46:21 DEBUG : file2: reading active writers 2026/07/19 02:46:21 DEBUG : dir: Looking for writers 2026/07/19 02:46:21 DEBUG : file1: reading active writers 2026/07/19 02:46:21 DEBUG : sub: reading active writers 2026/07/19 02:46:21 DEBUG : Looking for writers 2026/07/19 02:46:21 DEBUG : dir: reading active writers 2026/07/19 02:46:21 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.43s) === RUN TestDirEntryModTimeInvalidation run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:21 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:21 DEBUG : forgetting directory cache 2026/07/19 02:46:22 DEBUG : forgetting directory cache 2026/07/19 02:46:22 DEBUG : dir: forgetting directory cache 2026/07/19 02:46:22 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:22 DEBUG : dir: Looking for writers 2026/07/19 02:46:22 DEBUG : Looking for writers 2026/07/19 02:46:22 DEBUG : dir: reading active writers 2026/07/19 02:46:22 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:22 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:22 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:23 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/07/19 02:46:23 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:23 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/07/19 02:46:23 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/07/19 02:46:23 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/07/19 02:46:23 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:23 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:23 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/07/19 02:46:23 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:23 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/07/19 02:46:23 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/07/19 02:46:23 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/07/19 02:46:23 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:23 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:23 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:23 DEBUG : dir: Looking for writers 2026/07/19 02:46:23 DEBUG : file1.metadata: reading active writers 2026/07/19 02:46:23 DEBUG : file1: reading active writers 2026/07/19 02:46:23 DEBUG : Looking for writers 2026/07/19 02:46:23 DEBUG : dir: reading active writers 2026/07/19 02:46:23 DEBUG : dir.metadata: reading active writers 2026/07/19 02:46:23 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.23s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:23 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:23 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:23 DEBUG : dir: Looking for writers 2026/07/19 02:46:23 DEBUG : file1: reading active writers 2026/07/19 02:46:23 DEBUG : Looking for writers 2026/07/19 02:46:23 DEBUG : dir: reading active writers 2026/07/19 02:46:23 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.23s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:23 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:23 DEBUG : Can set mod time: true 2026/07/19 02:46:23 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:23 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:23 DEBUG : dir: Looking for writers 2026/07/19 02:46:23 DEBUG : file1: reading active writers 2026/07/19 02:46:23 DEBUG : Looking for writers 2026/07/19 02:46:23 DEBUG : dir: reading active writers 2026/07/19 02:46:23 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:23 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:23 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:23 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:24 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/19 02:46:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (0 bytes), uploading instead of streaming 2026/07/19 02:46:24 DEBUG : dir/file1: size = 0 OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:24 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:46:24 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:24 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/19 02:46:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:24 DEBUG : dir: Looking for writers 2026/07/19 02:46:24 DEBUG : file1: reading active writers 2026/07/19 02:46:24 DEBUG : Looking for writers 2026/07/19 02:46:24 DEBUG : dir: reading active writers 2026/07/19 02:46:24 DEBUG : >WaitForWriters: 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/19 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:24 DEBUG : dir: Looking for writers 2026/07/19 02:46:24 DEBUG : file1: reading active writers 2026/07/19 02:46:24 DEBUG : Looking for writers 2026/07/19 02:46:24 DEBUG : dir: reading active writers 2026/07/19 02:46:24 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:24 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:24 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:24 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/19 02:46:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (5 bytes), uploading instead of streaming 2026/07/19 02:46:24 DEBUG : dir/file1: size = 5 OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:24 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:24 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:24 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/19 02:46:24 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:24 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:24 DEBUG : dir: Looking for writers 2026/07/19 02:46:24 DEBUG : file1: reading active writers 2026/07/19 02:46:24 DEBUG : Looking for writers 2026/07/19 02:46:24 DEBUG : dir: reading active writers 2026/07/19 02:46:24 DEBUG : >WaitForWriters: 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:24 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:24 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/19 02:46:25 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:25 DEBUG : dir: Looking for writers 2026/07/19 02:46:25 DEBUG : file1: reading active writers 2026/07/19 02:46:25 DEBUG : Looking for writers 2026/07/19 02:46:25 DEBUG : dir: reading active writers 2026/07/19 02:46:25 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:25 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Config file has changed externally - reloading 2026/07/19 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:25 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:25 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:25 DEBUG : dir: Looking for writers 2026/07/19 02:46:25 DEBUG : file1: reading active writers 2026/07/19 02:46:25 DEBUG : Looking for writers 2026/07/19 02:46:25 DEBUG : dir: reading active writers 2026/07/19 02:46:25 DEBUG : >WaitForWriters: 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:25 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:25 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/19 02:46:25 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:25 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:25 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:25 DEBUG : dir/file1(0x3f0bf2a1cf80): close: 2026/07/19 02:46:25 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/07/19 02:46:25 DEBUG : dir/file1(0x3f0bf2a1cf80): >close: err= 2026/07/19 02:46:25 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:25 DEBUG : dir: Looking for writers 2026/07/19 02:46:25 DEBUG : file1: reading active writers 2026/07/19 02:46:25 DEBUG : Looking for writers 2026/07/19 02:46:25 DEBUG : dir: reading active writers 2026/07/19 02:46:25 DEBUG : >WaitForWriters: 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:25 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:25 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:25 DEBUG : dir: Looking for writers 2026/07/19 02:46:25 DEBUG : file1: reading active writers 2026/07/19 02:46:25 DEBUG : Looking for writers 2026/07/19 02:46:25 DEBUG : dir: reading active writers 2026/07/19 02:46:25 DEBUG : >WaitForWriters: 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:25 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:25 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:25 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:25 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:26 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/19 02:46:26 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:26 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:26 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:26 DEBUG : dir/file1(0x3f0bf2a8e180): _writeAt: size=5, off=0 2026/07/19 02:46:26 DEBUG : dir/file1(0x3f0bf2a8e180): openPending: 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/19 02:46:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:26 DEBUG : dir/file1(0x3f0bf2a8e180): >openPending: err= 2026/07/19 02:46:26 DEBUG : dir/file1(0x3f0bf2a8e180): >_writeAt: n=5, err= 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/19 02:46:26 DEBUG : dir/file1(0x3f0bf2a8e180): close: 2026/07/19 02:46:26 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/07/19 02:46:26 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/07/19 02:46:26 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/07/19 02:46:26 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/07/19 02:46:26 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:26 DEBUG : dir/file1(0x3f0bf2a8e180): >close: err= 2026/07/19 02:46:26 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: starting upload 2026/07/19 02:46:26 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1.2f98c60a.partial" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1.2f98c60a.partial 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1.2f98c60a.partial" 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xihawom2nune/dir/file1.2f98c60a.partial 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/19 02:46:26 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/07/19 02:46:26 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/07/19 02:46:26 INFO : dir/file1: Copied (replaced existing) 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/07/19 02:46:26 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:26 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/07/19 02:46:26 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:26 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : >WaitForWriters: 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/07/19 02:46:26 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:26 DEBUG : dir: Looking for writers 2026/07/19 02:46:26 DEBUG : file1: reading active writers 2026/07/19 02:46:26 DEBUG : Looking for writers 2026/07/19 02:46:26 DEBUG : dir: reading active writers 2026/07/19 02:46:26 DEBUG : >WaitForWriters: 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.38s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.49s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.56s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.56s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.45s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.45s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.87s) === RUN TestFileOpenRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:26 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:26 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:26 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:26 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:26 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:26 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:26 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:27 DEBUG : dir: Looking for writers 2026/07/19 02:46:27 DEBUG : file1: reading active writers 2026/07/19 02:46:27 DEBUG : Looking for writers 2026/07/19 02:46:27 DEBUG : dir: reading active writers 2026/07/19 02:46:27 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.29s) === RUN TestFileOpenReadUnknownSize 2026/07/19 02:46:27 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/07/19 02:46:27 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/07/19 02:46:27 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:27 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/07/19 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:27 DEBUG : Looking for writers 2026/07/19 02:46:27 DEBUG : file.txt: reading active writers 2026/07/19 02:46:27 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:27 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (25 bytes), uploading instead of streaming 2026/07/19 02:46:27 DEBUG : dir/file1: size = 25 OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:27 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:27 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:27 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:27 DEBUG : dir: Looking for writers 2026/07/19 02:46:27 DEBUG : file1: reading active writers 2026/07/19 02:46:27 DEBUG : Looking for writers 2026/07/19 02:46:27 DEBUG : dir: reading active writers 2026/07/19 02:46:27 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:27 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:27 DEBUG : dir/file1: Remove: 2026/07/19 02:46:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:27 DEBUG : dir/file1: >Remove: err= 2026/07/19 02:46:27 DEBUG : dir/file1: Remove: 2026/07/19 02:46:27 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/19 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:27 DEBUG : dir: Looking for writers 2026/07/19 02:46:27 DEBUG : Looking for writers 2026/07/19 02:46:27 DEBUG : dir: reading active writers 2026/07/19 02:46:27 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.22s) === RUN TestFileRemoveAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:27 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:27 DEBUG : dir/file1: Remove: 2026/07/19 02:46:27 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:27 DEBUG : dir/file1: >Remove: err= 2026/07/19 02:46:27 DEBUG : dir/file1: Remove: 2026/07/19 02:46:27 DEBUG : dir/file1: >Remove: err=Read only file system 2026/07/19 02:46:27 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:27 DEBUG : dir: Looking for writers 2026/07/19 02:46:27 DEBUG : Looking for writers 2026/07/19 02:46:27 DEBUG : dir: reading active writers 2026/07/19 02:46:27 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.24s) === RUN TestFileOpen run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:27 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:27 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:27 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:28 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:28 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:28 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/07/19 02:46:28 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/19 02:46:28 DEBUG : dir/file1: Open: flags=O_RDWR 2026/07/19 02:46:28 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/19 02:46:28 DEBUG : dir/file1: Open: flags=0x3 2026/07/19 02:46:28 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/07/19 02:46:28 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/07/19 02:46:28 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:28 DEBUG : dir: Looking for writers 2026/07/19 02:46:28 DEBUG : file1: reading active writers 2026/07/19 02:46:28 DEBUG : Looking for writers 2026/07/19 02:46:28 DEBUG : dir: reading active writers 2026/07/19 02:46:28 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.25s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:28 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:28 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:28 DEBUG : dir: Looking for writers 2026/07/19 02:46:28 DEBUG : file1: reading active writers 2026/07/19 02:46:28 DEBUG : Looking for writers 2026/07/19 02:46:28 DEBUG : dir: reading active writers 2026/07/19 02:46:28 DEBUG : >WaitForWriters: 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:28 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:28 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2bfb6c0 2026/07/19 02:46:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:28 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/19 02:46:28 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf2bfb6c0 2026/07/19 02:46:28 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/19 02:46:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:28 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:28 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:28 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/19 02:46:28 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:28 DEBUG : dir/file1: File is currently open, delaying rename 0x3f0bf2bfb6c0 2026/07/19 02:46:28 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:28 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (25 bytes), uploading instead of streaming 2026/07/19 02:46:28 DEBUG : dir/file1: size = 25 OK 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:28 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:29 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:29 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:29 DEBUG : newLeaf: Running delayed rename now 2026/07/19 02:46:29 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:29 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2bfb6c0 2026/07/19 02:46:29 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:29 DEBUG : dir: Looking for writers 2026/07/19 02:46:29 DEBUG : Looking for writers 2026/07/19 02:46:29 DEBUG : dir: reading active writers 2026/07/19 02:46:29 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:29 DEBUG : >WaitForWriters: 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/19 02:46:29 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:29 DEBUG : dir: Looking for writers 2026/07/19 02:46:29 DEBUG : Looking for writers 2026/07/19 02:46:29 DEBUG : dir: reading active writers 2026/07/19 02:46:29 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:29 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:29 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:29 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:29 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:29 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:29 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:29 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:29 DEBUG : dir: Looking for writers 2026/07/19 02:46:29 DEBUG : file1: reading active writers 2026/07/19 02:46:29 DEBUG : Looking for writers 2026/07/19 02:46:29 DEBUG : dir: reading active writers 2026/07/19 02:46:29 DEBUG : >WaitForWriters: 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:29 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:29 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf311b860 2026/07/19 02:46:29 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:29 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:29 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/19 02:46:29 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf311b860 2026/07/19 02:46:29 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/19 02:46:29 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:29 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:29 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:30 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:30 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/07/19 02:46:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:30 DEBUG : dir/file1: File is currently open, delaying rename 0x3f0bf311b860 2026/07/19 02:46:30 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (25 bytes), uploading instead of streaming 2026/07/19 02:46:30 DEBUG : dir/file1: size = 25 OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:30 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:30 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:30 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:30 DEBUG : newLeaf: Running delayed rename now 2026/07/19 02:46:30 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:30 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf311b860 2026/07/19 02:46:30 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:30 DEBUG : >WaitForWriters: 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/19 02:46:30 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:30 DEBUG : >WaitForWriters: 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:30 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:30 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:30 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:30 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:30 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:30 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:30 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:30 DEBUG : dir/file1(0x3f0bf2d42340): openPending: 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:30 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/19 02:46:30 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/19 02:46:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:30 DEBUG : dir/file1(0x3f0bf2d42340): >openPending: err= 2026/07/19 02:46:30 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:30 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:30 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:30 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:30 DEBUG : dir/file1(0x3f0bf2d42340): _writeAt: size=14, off=0 2026/07/19 02:46:30 DEBUG : dir/file1(0x3f0bf2d42340): >_writeAt: n=14, err= 2026/07/19 02:46:30 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/19 02:46:30 DEBUG : dir/file1(0x3f0bf2d42340): close: 2026/07/19 02:46:30 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/19 02:46:30 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/19 02:46:30 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:30 DEBUG : dir/file1(0x3f0bf2d42340): >close: err= 2026/07/19 02:46:30 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : file1: reading active writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : file1: reading active writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : file1: reading active writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : file1: reading active writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:30 DEBUG : dir/file1: vfs cache: starting upload 2026/07/19 02:46:30 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1.ca338588.partial" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1.ca338588.partial 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1.ca338588.partial" 2026/07/19 02:46:30 DEBUG : dir: Looking for writers 2026/07/19 02:46:30 DEBUG : file1: reading active writers 2026/07/19 02:46:30 DEBUG : Looking for writers 2026/07/19 02:46:30 DEBUG : dir: reading active writers 2026/07/19 02:46:30 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1.ca338588.partial 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:30 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:30 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/19 02:46:30 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/19 02:46:30 INFO : dir/file1: Copied (replaced existing) 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:30 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:31 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/19 02:46:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:31 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:31 DEBUG : dir: Looking for writers 2026/07/19 02:46:31 DEBUG : file1: reading active writers 2026/07/19 02:46:31 DEBUG : Looking for writers 2026/07/19 02:46:31 DEBUG : dir: reading active writers 2026/07/19 02:46:31 DEBUG : >WaitForWriters: 2026/07/19 02:46:31 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:31 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf2673e80): _readAt: size=512, off=0 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf2673e80): openPending: 2026/07/19 02:46:31 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/19 02:46:31 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/19 02:46:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf2673e80): >openPending: err= 2026/07/19 02:46:31 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf2673e80): >_readAt: n=14, err=EOF 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf2673e80): close: 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf2673e80): >close: err= 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:31 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2c74270 2026/07/19 02:46:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:31 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/19 02:46:31 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf2c74270 2026/07/19 02:46:31 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/19 02:46:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:31 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:31 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf31f9d00): openPending: 2026/07/19 02:46:31 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/19 02:46:31 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/19 02:46:31 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf31f9d00): >openPending: err= 2026/07/19 02:46:31 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:31 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:31 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf31f9d00): _writeAt: size=25, off=0 2026/07/19 02:46:31 DEBUG : dir/file1(0x3f0bf31f9d00): >_writeAt: n=25, err= 2026/07/19 02:46:31 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:31 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:31 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:31 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:31 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2c74270 2026/07/19 02:46:31 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:31 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:31 DEBUG : newLeaf(0x3f0bf31f9d00): close: 2026/07/19 02:46:31 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/19 02:46:31 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-19 02:46:31.871777946 +0000 UTC m=+18.308979011 2026/07/19 02:46:31 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:31 DEBUG : newLeaf(0x3f0bf31f9d00): >close: err= 2026/07/19 02:46:31 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:31 DEBUG : dir: Looking for writers 2026/07/19 02:46:31 DEBUG : Looking for writers 2026/07/19 02:46:31 DEBUG : dir: reading active writers 2026/07/19 02:46:31 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:31 DEBUG : dir: Looking for writers 2026/07/19 02:46:31 DEBUG : Looking for writers 2026/07/19 02:46:31 DEBUG : dir: reading active writers 2026/07/19 02:46:31 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:31 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:32 DEBUG : dir: Looking for writers 2026/07/19 02:46:32 DEBUG : Looking for writers 2026/07/19 02:46:32 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:32 DEBUG : dir: reading active writers 2026/07/19 02:46:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:32 DEBUG : dir: Looking for writers 2026/07/19 02:46:32 DEBUG : Looking for writers 2026/07/19 02:46:32 DEBUG : dir: reading active writers 2026/07/19 02:46:32 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:32 DEBUG : newLeaf: vfs cache: starting upload 2026/07/19 02:46:32 DEBUG : newLeaf.b2a171ae.partial: size = 25 OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf.b2a171ae.partial" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf.b2a171ae.partial 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf.b2a171ae.partial" 2026/07/19 02:46:32 DEBUG : dir: Looking for writers 2026/07/19 02:46:32 DEBUG : Looking for writers 2026/07/19 02:46:32 DEBUG : dir: reading active writers 2026/07/19 02:46:32 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:32 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf.b2a171ae.partial 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : newLeaf.b2a171ae.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:32 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:32 DEBUG : newLeaf.b2a171ae.partial: renamed to: newLeaf 2026/07/19 02:46:32 INFO : newLeaf: Copied (replaced existing) 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:32 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-19 02:46:31 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/19 02:46:32 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/19 02:46:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:32 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/19 02:46:32 DEBUG : dir: Looking for writers 2026/07/19 02:46:32 DEBUG : Looking for writers 2026/07/19 02:46:32 DEBUG : dir: reading active writers 2026/07/19 02:46:32 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:32 DEBUG : >WaitForWriters: 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/19 02:46:32 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:32 DEBUG : dir: Looking for writers 2026/07/19 02:46:32 DEBUG : Looking for writers 2026/07/19 02:46:32 DEBUG : dir: reading active writers 2026/07/19 02:46:32 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:32 DEBUG : >WaitForWriters: 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:32 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:32 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:32 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:32 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:32 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:32 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:32 DEBUG : dir: Looking for writers 2026/07/19 02:46:32 DEBUG : file1: reading active writers 2026/07/19 02:46:32 DEBUG : Looking for writers 2026/07/19 02:46:32 DEBUG : dir: reading active writers 2026/07/19 02:46:32 DEBUG : >WaitForWriters: 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:32 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:32 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2c951e0 2026/07/19 02:46:32 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:32 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:32 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:32 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:33 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/19 02:46:33 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf2c951e0 2026/07/19 02:46:33 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/19 02:46:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:33 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:33 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:33 DEBUG : dir/file1(0x3f0bf295c180): openPending: 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:33 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/19 02:46:33 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/19 02:46:33 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:33 DEBUG : dir/file1(0x3f0bf295c180): >openPending: err= 2026/07/19 02:46:33 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:33 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:33 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:33 DEBUG : dir/file1(0x3f0bf295c180): _writeAt: size=25, off=0 2026/07/19 02:46:33 DEBUG : dir/file1(0x3f0bf295c180): >_writeAt: n=25, err= 2026/07/19 02:46:33 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:33 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:33 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2c951e0 2026/07/19 02:46:33 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:33 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:33 DEBUG : newLeaf(0x3f0bf295c180): close: 2026/07/19 02:46:33 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/19 02:46:33 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-19 02:46:33.36191295 +0000 UTC m=+19.799114015 2026/07/19 02:46:33 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:33 DEBUG : newLeaf(0x3f0bf295c180): >close: err= 2026/07/19 02:46:33 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:33 DEBUG : newLeaf: vfs cache: starting upload 2026/07/19 02:46:33 DEBUG : newLeaf.7b600cc0.partial: size = 25 OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf.7b600cc0.partial" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf.7b600cc0.partial 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf.7b600cc0.partial" 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf.7b600cc0.partial 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : newLeaf.7b600cc0.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:33 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:33 DEBUG : newLeaf.7b600cc0.partial: renamed to: newLeaf 2026/07/19 02:46:33 INFO : newLeaf: Copied (replaced existing) 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:33 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-19 02:46:33 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/19 02:46:33 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/19 02:46:33 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:33 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : >WaitForWriters: 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:33 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/19 02:46:33 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:33 DEBUG : dir: Looking for writers 2026/07/19 02:46:33 DEBUG : Looking for writers 2026/07/19 02:46:33 DEBUG : dir: reading active writers 2026/07/19 02:46:33 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:33 DEBUG : >WaitForWriters: 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:33 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:33 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:33 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:33 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:33 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:33 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:34 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:34 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf295c8c0): openPending: 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/19 02:46:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf295c8c0): >openPending: err= 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf295c8c0): _writeAt: size=14, off=0 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf295c8c0): >_writeAt: n=14, err= 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf295c8c0): close: 2026/07/19 02:46:34 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/07/19 02:46:34 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf295c8c0): >close: err= 2026/07/19 02:46:34 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:34 DEBUG : dir: Looking for writers 2026/07/19 02:46:34 DEBUG : file1: reading active writers 2026/07/19 02:46:34 DEBUG : Looking for writers 2026/07/19 02:46:34 DEBUG : dir: reading active writers 2026/07/19 02:46:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:34 DEBUG : dir: Looking for writers 2026/07/19 02:46:34 DEBUG : file1: reading active writers 2026/07/19 02:46:34 DEBUG : Looking for writers 2026/07/19 02:46:34 DEBUG : dir: reading active writers 2026/07/19 02:46:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:34 DEBUG : dir: Looking for writers 2026/07/19 02:46:34 DEBUG : file1: reading active writers 2026/07/19 02:46:34 DEBUG : Looking for writers 2026/07/19 02:46:34 DEBUG : dir: reading active writers 2026/07/19 02:46:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:34 DEBUG : dir: Looking for writers 2026/07/19 02:46:34 DEBUG : file1: reading active writers 2026/07/19 02:46:34 DEBUG : Looking for writers 2026/07/19 02:46:34 DEBUG : dir: reading active writers 2026/07/19 02:46:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: starting upload 2026/07/19 02:46:34 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1.ca338588.partial" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1.ca338588.partial 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1.ca338588.partial" 2026/07/19 02:46:34 DEBUG : dir: Looking for writers 2026/07/19 02:46:34 DEBUG : file1: reading active writers 2026/07/19 02:46:34 DEBUG : Looking for writers 2026/07/19 02:46:34 DEBUG : dir: reading active writers 2026/07/19 02:46:34 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1.ca338588.partial 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/07/19 02:46:34 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/07/19 02:46:34 INFO : dir/file1: Copied (replaced existing) 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:34 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/07/19 02:46:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:34 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:34 DEBUG : dir: Looking for writers 2026/07/19 02:46:34 DEBUG : file1: reading active writers 2026/07/19 02:46:34 DEBUG : Looking for writers 2026/07/19 02:46:34 DEBUG : dir: reading active writers 2026/07/19 02:46:34 DEBUG : >WaitForWriters: 2026/07/19 02:46:34 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:34 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:34 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:34 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf2d0ad40): _readAt: size=512, off=0 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf2d0ad40): openPending: 2026/07/19 02:46:34 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/19 02:46:34 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/19 02:46:34 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf2d0ad40): >openPending: err= 2026/07/19 02:46:34 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf2d0ad40): >_readAt: n=14, err=EOF 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf2d0ad40): close: 2026/07/19 02:46:34 DEBUG : dir/file1(0x3f0bf2d0ad40): >close: err= 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:34 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:34 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2af1c70 2026/07/19 02:46:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:34 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:34 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:34 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:35 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:35 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/19 02:46:35 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf2af1c70 2026/07/19 02:46:35 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/19 02:46:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:35 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:35 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:35 DEBUG : dir/file1(0x3f0bf295d140): openPending: 2026/07/19 02:46:35 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/19 02:46:35 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/19 02:46:35 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:35 DEBUG : dir/file1(0x3f0bf295d140): >openPending: err= 2026/07/19 02:46:35 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:35 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:35 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:35 DEBUG : dir/file1(0x3f0bf295d140): _writeAt: size=25, off=0 2026/07/19 02:46:35 DEBUG : dir/file1(0x3f0bf295d140): >_writeAt: n=25, err= 2026/07/19 02:46:35 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:35 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:35 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2af1c70 2026/07/19 02:46:35 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:35 DEBUG : newLeaf(0x3f0bf295d140): close: 2026/07/19 02:46:35 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/19 02:46:35 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-19 02:46:35.429263607 +0000 UTC m=+21.866464692 2026/07/19 02:46:35 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:35 DEBUG : newLeaf(0x3f0bf295d140): >close: err= 2026/07/19 02:46:35 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:35 DEBUG : dir: Looking for writers 2026/07/19 02:46:35 DEBUG : Looking for writers 2026/07/19 02:46:35 DEBUG : dir: reading active writers 2026/07/19 02:46:35 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:35 DEBUG : dir: Looking for writers 2026/07/19 02:46:35 DEBUG : Looking for writers 2026/07/19 02:46:35 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:35 DEBUG : dir: reading active writers 2026/07/19 02:46:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:35 DEBUG : dir: Looking for writers 2026/07/19 02:46:35 DEBUG : Looking for writers 2026/07/19 02:46:35 DEBUG : dir: reading active writers 2026/07/19 02:46:35 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:35 DEBUG : dir: Looking for writers 2026/07/19 02:46:35 DEBUG : Looking for writers 2026/07/19 02:46:35 DEBUG : dir: reading active writers 2026/07/19 02:46:35 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:35 DEBUG : newLeaf: vfs cache: starting upload 2026/07/19 02:46:35 DEBUG : newLeaf.7d8df364.partial: size = 25 OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf.7d8df364.partial" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf.7d8df364.partial 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf.7d8df364.partial" 2026/07/19 02:46:35 DEBUG : dir: Looking for writers 2026/07/19 02:46:35 DEBUG : Looking for writers 2026/07/19 02:46:35 DEBUG : dir: reading active writers 2026/07/19 02:46:35 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:35 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf.7d8df364.partial 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : newLeaf.7d8df364.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:35 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:35 DEBUG : newLeaf.7d8df364.partial: renamed to: newLeaf 2026/07/19 02:46:35 INFO : newLeaf: Copied (replaced existing) 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : dir: Looking for writers 2026/07/19 02:46:35 DEBUG : Looking for writers 2026/07/19 02:46:35 DEBUG : dir: reading active writers 2026/07/19 02:46:35 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:35 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-19 02:46:35 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/19 02:46:35 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/19 02:46:35 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:35 DEBUG : >WaitForWriters: 2026/07/19 02:46:35 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:35 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:35 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/19 02:46:36 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:36 DEBUG : dir: Looking for writers 2026/07/19 02:46:36 DEBUG : Looking for writers 2026/07/19 02:46:36 DEBUG : dir: reading active writers 2026/07/19 02:46:36 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:36 DEBUG : >WaitForWriters: 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:36 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:36 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:36 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:36 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:36 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:36 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:36 DEBUG : dir: Looking for writers 2026/07/19 02:46:36 DEBUG : file1: reading active writers 2026/07/19 02:46:36 DEBUG : Looking for writers 2026/07/19 02:46:36 DEBUG : dir: reading active writers 2026/07/19 02:46:36 DEBUG : >WaitForWriters: 2026/07/19 02:46:36 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:36 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:36 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:36 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:36 DEBUG : dir/file1(0x3f0bf2e801c0): _readAt: size=512, off=0 2026/07/19 02:46:36 DEBUG : dir/file1(0x3f0bf2e801c0): openPending: 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:36 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/07/19 02:46:36 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/07/19 02:46:36 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:36 DEBUG : dir/file1(0x3f0bf2e801c0): >openPending: err= 2026/07/19 02:46:36 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/07/19 02:46:36 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:36 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:36 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:36 DEBUG : dir/file1(0x3f0bf2e801c0): >_readAt: n=14, err=EOF 2026/07/19 02:46:36 DEBUG : dir/file1(0x3f0bf2e801c0): close: 2026/07/19 02:46:36 DEBUG : dir/file1(0x3f0bf2e801c0): >close: err= 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:36 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:36 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:36 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2be3860 2026/07/19 02:46:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:36 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:36 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:36 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:36 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:37 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/07/19 02:46:37 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf2be3860 2026/07/19 02:46:37 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/07/19 02:46:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:37 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:37 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:37 DEBUG : dir/file1(0x3f0bf2e816c0): openPending: 2026/07/19 02:46:37 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/07/19 02:46:37 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/07/19 02:46:37 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:37 DEBUG : dir/file1(0x3f0bf2e816c0): >openPending: err= 2026/07/19 02:46:37 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:37 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:37 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:37 DEBUG : dir/file1(0x3f0bf2e816c0): _writeAt: size=25, off=0 2026/07/19 02:46:37 DEBUG : dir/file1(0x3f0bf2e816c0): >_writeAt: n=25, err= 2026/07/19 02:46:37 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:37 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/07/19 02:46:37 DEBUG : newLeaf: Updating file with newLeaf 0x3f0bf2be3860 2026/07/19 02:46:37 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:37 DEBUG : newLeaf(0x3f0bf2e816c0): close: 2026/07/19 02:46:37 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:25}] - present true 2026/07/19 02:46:37 DEBUG : newLeaf: vfs cache: setting modification time to 2026-07-19 02:46:37.292884087 +0000 UTC m=+23.730085162 2026/07/19 02:46:37 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:37 DEBUG : newLeaf(0x3f0bf2e816c0): >close: err= 2026/07/19 02:46:37 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:37 DEBUG : dir: Looking for writers 2026/07/19 02:46:37 DEBUG : Looking for writers 2026/07/19 02:46:37 DEBUG : dir: reading active writers 2026/07/19 02:46:37 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:37 DEBUG : dir: Looking for writers 2026/07/19 02:46:37 DEBUG : Looking for writers 2026/07/19 02:46:37 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:37 DEBUG : dir: reading active writers 2026/07/19 02:46:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:37 DEBUG : dir: Looking for writers 2026/07/19 02:46:37 DEBUG : Looking for writers 2026/07/19 02:46:37 DEBUG : dir: reading active writers 2026/07/19 02:46:37 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:37 DEBUG : dir: Looking for writers 2026/07/19 02:46:37 DEBUG : Looking for writers 2026/07/19 02:46:37 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:37 DEBUG : dir: reading active writers 2026/07/19 02:46:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:37 DEBUG : newLeaf: vfs cache: starting upload 2026/07/19 02:46:37 DEBUG : newLeaf.962c3fc4.partial: size = 25 OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf.962c3fc4.partial" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf.962c3fc4.partial 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf.962c3fc4.partial" 2026/07/19 02:46:37 DEBUG : dir: Looking for writers 2026/07/19 02:46:37 DEBUG : Looking for writers 2026/07/19 02:46:37 DEBUG : dir: reading active writers 2026/07/19 02:46:37 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:37 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf.962c3fc4.partial 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : newLeaf.962c3fc4.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:37 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/07/19 02:46:37 DEBUG : newLeaf.962c3fc4.partial: renamed to: newLeaf 2026/07/19 02:46:37 INFO : newLeaf: Copied (replaced existing) 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : dir: Looking for writers 2026/07/19 02:46:37 DEBUG : Looking for writers 2026/07/19 02:46:37 DEBUG : dir: reading active writers 2026/07/19 02:46:37 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:37 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-07-19 02:46:37 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/07/19 02:46:37 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/07/19 02:46:37 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/07/19 02:46:37 DEBUG : >WaitForWriters: 2026/07/19 02:46:37 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:37 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:37 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/newLeaf" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-xihawom2nune/newLeaf 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/07/19 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:38 DEBUG : dir: Looking for writers 2026/07/19 02:46:38 DEBUG : Looking for writers 2026/07/19 02:46:38 DEBUG : dir: reading active writers 2026/07/19 02:46:38 DEBUG : newLeaf: reading active writers 2026/07/19 02:46:38 DEBUG : >WaitForWriters: 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestFileRename (9.94s) --- PASS: TestFileRename/off,forceCache=false (1.16s) --- PASS: TestFileRename/minimal,forceCache=false (1.15s) --- PASS: TestFileRename/minimal,forceCache=true (2.05s) --- PASS: TestFileRename/writes,forceCache=false (1.51s) --- PASS: TestFileRename/writes,forceCache=true (2.12s) --- PASS: TestFileRename/full,forceCache=false (1.95s) === 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-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:38 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:38 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:38 DEBUG : Looking for writers 2026/07/19 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.01s) === 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-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:38 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:38 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:38 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:38 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:38 DEBUG : dir: Looking for writers 2026/07/19 02:46:38 DEBUG : file1: reading active writers 2026/07/19 02:46:38 DEBUG : Looking for writers 2026/07/19 02:46:38 DEBUG : dir: reading active writers 2026/07/19 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.36s) === RUN TestReadFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:38 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:38 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:38 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:38 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/19 02:46:38 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/19 02:46:38 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/19 02:46:38 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/07/19 02:46:38 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:38 DEBUG : dir: Looking for writers 2026/07/19 02:46:38 DEBUG : file1: reading active writers 2026/07/19 02:46:38 DEBUG : Looking for writers 2026/07/19 02:46:38 DEBUG : dir: reading active writers 2026/07/19 02:46:38 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.34s) === RUN TestReadFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:38 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:38 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:38 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:38 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:38 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:38 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:38 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/07/19 02:46:38 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/07/19 02:46:38 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/07/19 02:46:38 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/07/19 02:46:38 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/07/19 02:46:38 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/07/19 02:46:38 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/07/19 02:46:38 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/19 02:46:39 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/07/19 02:46:39 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/19 02:46:39 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/19 02:46:39 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/19 02:46:39 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/07/19 02:46:39 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/07/19 02:46:39 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/07/19 02:46:39 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/07/19 02:46:39 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/07/19 02:46:39 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:39 DEBUG : dir: Looking for writers 2026/07/19 02:46:39 DEBUG : file1: reading active writers 2026/07/19 02:46:39 DEBUG : Looking for writers 2026/07/19 02:46:39 DEBUG : dir: reading active writers 2026/07/19 02:46:39 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.33s) === RUN TestReadFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:39 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:39 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:39 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:39 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:39 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:39 DEBUG : dir: Looking for writers 2026/07/19 02:46:39 DEBUG : file1: reading active writers 2026/07/19 02:46:39 DEBUG : Looking for writers 2026/07/19 02:46:39 DEBUG : dir: reading active writers 2026/07/19 02:46:39 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.28s) === RUN TestReadFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:39 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:39 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:39 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:39 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/07/19 02:46:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:39 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:39 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:39 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/07/19 02:46:39 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:39 DEBUG : dir: Looking for writers 2026/07/19 02:46:39 DEBUG : file1: reading active writers 2026/07/19 02:46:39 DEBUG : Looking for writers 2026/07/19 02:46:39 DEBUG : dir: reading active writers 2026/07/19 02:46:39 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.36s) === RUN TestRWFileHandleMethodsRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:39 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:39 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:39 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:39 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:39 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:39 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:39 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:39 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:39 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:39 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:39 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:39 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:39 DEBUG : dir/file1(0x3f0bf2fc4d40): _readAt: size=1, off=0 2026/07/19 02:46:39 DEBUG : dir/file1(0x3f0bf2fc4d40): openPending: 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:39 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:40 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): >openPending: err= 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): _readAt: size=256, off=1 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): >_readAt: n=15, err=EOF 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): _readAt: size=16, off=16 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): >_readAt: n=0, err=EOF 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): close: 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): >close: err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): close: 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2fc4d40): >close: err=file already closed 2026/07/19 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:40 DEBUG : dir: Looking for writers 2026/07/19 02:46:40 DEBUG : file1: reading active writers 2026/07/19 02:46:40 DEBUG : Looking for writers 2026/07/19 02:46:40 DEBUG : dir: reading active writers 2026/07/19 02:46:40 DEBUG : >WaitForWriters: 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.35s) === RUN TestRWFileHandleSeek run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:40 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): _readAt: size=1, off=0 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): openPending: 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:40 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >openPending: err= 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): _readAt: size=1, off=5 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): _readAt: size=1, off=3 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): _readAt: size=1, off=13 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): _readAt: size=16, off=100 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >_readAt: n=0, err=EOF 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): close: 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8e000): >close: err= 2026/07/19 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:40 DEBUG : dir: Looking for writers 2026/07/19 02:46:40 DEBUG : file1: reading active writers 2026/07/19 02:46:40 DEBUG : Looking for writers 2026/07/19 02:46:40 DEBUG : dir: reading active writers 2026/07/19 02:46:40 DEBUG : >WaitForWriters: 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.30s) === RUN TestRWFileHandleReadAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:40 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=1, off=0 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): openPending: 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:40 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:40 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >openPending: err= 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:40 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=1, off=5 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=1, off=1 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=1, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=6, off=10 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=6, err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=256, off=10 2026/07/19 02:46:40 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=6, err=EOF 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=256, off=100 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=0, err=EOF 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): close: 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >close: err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): _readAt: size=256, off=100 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2a8f900): >_readAt: n=0, err=file already closed 2026/07/19 02:46:40 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:40 DEBUG : dir: Looking for writers 2026/07/19 02:46:40 DEBUG : file1: reading active writers 2026/07/19 02:46:40 DEBUG : Looking for writers 2026/07/19 02:46:40 DEBUG : dir: reading active writers 2026/07/19 02:46:40 DEBUG : >WaitForWriters: 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.34s) === RUN TestRWFileHandleFlushRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:40 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:40 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:40 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:40 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:40 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:40 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:40 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:40 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:40 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:40 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2bffdc0): RWFileHandle.Flush 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2bffdc0): _readAt: size=256, off=0 2026/07/19 02:46:40 DEBUG : dir/file1(0x3f0bf2bffdc0): openPending: 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:40 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:41 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2bffdc0): >openPending: err= 2026/07/19 02:46:41 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/19 02:46:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2bffdc0): >_readAt: n=16, err=EOF 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2bffdc0): RWFileHandle.Flush 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2bffdc0): RWFileHandle.Flush 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2bffdc0): close: 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2bffdc0): >close: err= 2026/07/19 02:46:41 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:41 DEBUG : dir: Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : dir: reading active writers 2026/07/19 02:46:41 DEBUG : >WaitForWriters: 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.36s) === RUN TestRWFileHandleReleaseRead run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:41 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:41 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:41 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/07/19 02:46:41 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:41 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:41 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:41 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): _readAt: size=256, off=0 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): openPending: 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:41 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:41 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): >openPending: err= 2026/07/19 02:46:41 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/07/19 02:46:41 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:41 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:41 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): >_readAt: n=16, err=EOF 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): RWFileHandle.Release 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): close: 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): >close: err= 2026/07/19 02:46:41 DEBUG : dir/file1(0x3f0bf2764540): RWFileHandle.Release 2026/07/19 02:46:41 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:41 DEBUG : dir: Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : dir: reading active writers 2026/07/19 02:46:41 DEBUG : >WaitForWriters: 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.37s) === RUN TestRWFileHandleMethodsWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:41 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:41 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:41 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:41 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:41 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): openPending: 2026/07/19 02:46:41 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): >openPending: err= 2026/07/19 02:46:41 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:41 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:41 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): _writeAt: size=5, off=0 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): >_writeAt: n=5, err= 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): _writeAt: size=7, off=5 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): >_writeAt: n=7, err= 2026/07/19 02:46:41 DEBUG : file1: vfs cache: truncate to size=11 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): close: 2026/07/19 02:46:41 DEBUG : file1: vfs cache: setting modification time to 2026-07-19 02:46:41.458461411 +0000 UTC m=+27.895662487 2026/07/19 02:46:41 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): >close: err= 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): close: 2026/07/19 02:46:41 DEBUG : file1(0x3f0bf2d42680): >close: err=file already closed 2026/07/19 02:46:41 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:41 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:41 DEBUG : file1.65dab151.partial: size = 11 OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.65dab151.partial" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.65dab151.partial 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.65dab151.partial" 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1.65dab151.partial 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : file1.65dab151.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:41 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/19 02:46:41 DEBUG : file1.65dab151.partial: renamed to: file1 2026/07/19 02:46:41 INFO : file1: Copied (new) 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:41 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-19 02:46:41 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/19 02:46:41 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:41 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:41 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:41 DEBUG : Looking for writers 2026/07/19 02:46:41 DEBUG : file1: reading active writers 2026/07/19 02:46:41 DEBUG : >WaitForWriters: 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:41 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:41 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xihawom2nune/file1 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:42 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/19 02:46:42 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : >WaitForWriters: 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.63s) === RUN TestRWFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:42 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:42 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:42 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:42 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:42 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): openPending: 2026/07/19 02:46:42 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): >openPending: err= 2026/07/19 02:46:42 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:42 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:42 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): _writeAt: size=7, off=0 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): >_writeAt: n=7, err= 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): _writeAt: size=6, off=5 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): >_writeAt: n=6, err= 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): close: 2026/07/19 02:46:42 DEBUG : file1: vfs cache: setting modification time to 2026-07-19 02:46:42.081327813 +0000 UTC m=+28.518528878 2026/07/19 02:46:42 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): >close: err= 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): _writeAt: size=5, off=0 2026/07/19 02:46:42 DEBUG : file1(0x3f0bf2d43240): >_writeAt: n=0, err=file already closed 2026/07/19 02:46:42 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:42 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:42 DEBUG : file1.2820a3fc.partial: size = 11 OK 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.2820a3fc.partial" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.2820a3fc.partial 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.2820a3fc.partial" 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1.2820a3fc.partial 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:42 DEBUG : file1.2820a3fc.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:42 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/19 02:46:42 DEBUG : file1.2820a3fc.partial: renamed to: file1 2026/07/19 02:46:42 INFO : file1: Copied (new) 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:42 DEBUG : file1: vfs cache: fingerprint now "11,2026-07-19 02:46:42 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/07/19 02:46:42 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 320ms 2026/07/19 02:46:42 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:42 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:42 DEBUG : Looking for writers 2026/07/19 02:46:42 DEBUG : file1: reading active writers 2026/07/19 02:46:42 DEBUG : >WaitForWriters: 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:42 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:42 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/19 02:46:43 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : >WaitForWriters: 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.97s) === RUN TestRWFileHandleWriteNoWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:43 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:43 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:43 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d300): openPending: 2026/07/19 02:46:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d300): >openPending: err= 2026/07/19 02:46:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d300): close: 2026/07/19 02:46:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-19 02:46:43.059017111 +0000 UTC m=+29.496218187 2026/07/19 02:46:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d300): >close: err= 2026/07/19 02:46:43 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/19 02:46:43 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:43 DEBUG : file2: newRWFileHandle: 2026/07/19 02:46:43 DEBUG : file2(0x3f0bf2830240): openPending: 2026/07/19 02:46:43 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:43 DEBUG : file2(0x3f0bf2830240): >openPending: err= 2026/07/19 02:46:43 DEBUG : file2: >newRWFileHandle: err= 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:43 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/07/19 02:46:43 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/07/19 02:46:43 DEBUG : file2(0x3f0bf2830240): RWFileHandle.Flush 2026/07/19 02:46:43 DEBUG : file2(0x3f0bf2830240): RWFileHandle.Release 2026/07/19 02:46:43 DEBUG : file2(0x3f0bf2830240): close: 2026/07/19 02:46:43 DEBUG : file2: vfs cache: setting modification time to 2026-07-19 02:46:43.062803834 +0000 UTC m=+29.500004909 2026/07/19 02:46:43 INFO : file2: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:43 DEBUG : file2(0x3f0bf2830240): >close: err= 2026/07/19 02:46:43 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/07/19 02:46:43 DEBUG : file2: vfs cache: starting upload 2026/07/19 02:46:43 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:43 DEBUG : file2.2bbbabc7.partial: size = 0 OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file2.2bbbabc7.partial" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file2.2bbbabc7.partial 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file2.2bbbabc7.partial" 2026/07/19 02:46:43 DEBUG : file1.85311a45.partial: size = 0 OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.85311a45.partial" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.85311a45.partial 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.85311a45.partial" 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file2.2bbbabc7.partial 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file2.2bbbabc7.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:43 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:46:43 DEBUG : file2.2bbbabc7.partial: renamed to: file2 2026/07/19 02:46:43 INFO : file2: Copied (new) 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file2" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file2 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file2" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file1.85311a45.partial 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file1.85311a45.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:43 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:46:43 DEBUG : file1.85311a45.partial: renamed to: file1 2026/07/19 02:46:43 INFO : file1: Copied (new) 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:43 DEBUG : file1: vfs cache: fingerprint now "0,2026-07-19 02:46:43 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/19 02:46:43 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:43 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file2 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:43 DEBUG : file2: vfs cache: fingerprint now "0,2026-07-19 02:46:43 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/07/19 02:46:43 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/07/19 02:46:43 INFO : file2: vfs cache: upload succeeded try #1 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : >WaitForWriters: 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file2" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file2 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file2" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file2 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file2" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file2 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file2" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-xihawom2nune/file2 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:43 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/07/19 02:46:43 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : file2: reading active writers 2026/07/19 02:46:43 DEBUG : >WaitForWriters: 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.74s) === RUN TestRWFileHandleFlushWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:43 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:43 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:43 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:43 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:43 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:43 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): openPending: 2026/07/19 02:46:43 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): >openPending: err= 2026/07/19 02:46:43 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:43 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:43 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:43 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): _writeAt: size=5, off=0 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): >_writeAt: n=5, err= 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): RWFileHandle.Flush 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): RWFileHandle.Flush 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): close: 2026/07/19 02:46:43 DEBUG : file1: vfs cache: setting modification time to 2026-07-19 02:46:43.793568977 +0000 UTC m=+30.230770092 2026/07/19 02:46:43 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:43 DEBUG : file1(0x3f0bf2a1d7c0): >close: err= 2026/07/19 02:46:43 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:43 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:43 DEBUG : file1.f53633ce.partial: size = 5 OK 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.f53633ce.partial" 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.f53633ce.partial 2026/07/19 02:46:43 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.f53633ce.partial" 2026/07/19 02:46:43 DEBUG : Looking for writers 2026/07/19 02:46:43 DEBUG : file1: reading active writers 2026/07/19 02:46:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1.f53633ce.partial 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : file1.f53633ce.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:44 DEBUG : file1.f53633ce.partial: renamed to: file1 2026/07/19 02:46:44 INFO : file1: Copied (new) 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:44 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-19 02:46:43 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/19 02:46:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:44 DEBUG : >WaitForWriters: 2026/07/19 02:46:44 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.33s) === RUN TestRWFileHandleReleaseWrite run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:44 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:44 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:44 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:44 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): openPending: 2026/07/19 02:46:44 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): >openPending: err= 2026/07/19 02:46:44 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:44 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:44 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): _writeAt: size=5, off=0 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): >_writeAt: n=5, err= 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): RWFileHandle.Release 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): close: 2026/07/19 02:46:44 DEBUG : file1: vfs cache: setting modification time to 2026-07-19 02:46:44.122020719 +0000 UTC m=+30.559221784 2026/07/19 02:46:44 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): >close: err= 2026/07/19 02:46:44 DEBUG : file1(0x3f0bf2a8e680): RWFileHandle.Release 2026/07/19 02:46:44 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:44 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:44 DEBUG : file1.ffad22bd.partial: size = 5 OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.ffad22bd.partial" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.ffad22bd.partial 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.ffad22bd.partial" 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1.ffad22bd.partial 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : file1.ffad22bd.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:44 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:44 DEBUG : file1.ffad22bd.partial: renamed to: file1 2026/07/19 02:46:44 INFO : file1: Copied (new) 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:44 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-19 02:46:44 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/19 02:46:44 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:44 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:44 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : >WaitForWriters: 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:44 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:44 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:44 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:44 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/07/19 02:46:44 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:44 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:44 DEBUG : dir/file1(0x3f0bf2fc4900): openPending: 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:44 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:44 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:44 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:44 DEBUG : dir/file1(0x3f0bf2fc4900): >openPending: err= 2026/07/19 02:46:44 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/07/19 02:46:44 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:44 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:44 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:44 DEBUG : dir/file1(0x3f0bf2fc4900): _writeAt: size=5, off=0 2026/07/19 02:46:44 DEBUG : dir/file1(0x3f0bf2fc4900): >_writeAt: n=5, err= 2026/07/19 02:46:44 DEBUG : dir/file1(0x3f0bf2fc4900): close: 2026/07/19 02:46:44 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:44 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-19 02:46:44.778999737 +0000 UTC m=+31.216200802 2026/07/19 02:46:44 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:44 DEBUG : dir/file1(0x3f0bf2fc4900): >close: err= 2026/07/19 02:46:44 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:44 DEBUG : dir: Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : dir: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:44 DEBUG : dir: Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : dir: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:44 DEBUG : dir: Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : dir: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:44 DEBUG : dir: Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : dir: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:44 DEBUG : dir/file1: vfs cache: starting upload 2026/07/19 02:46:44 DEBUG : dir/file1.3231ec99.partial: size = 5 OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1.3231ec99.partial" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1.3231ec99.partial 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1.3231ec99.partial" 2026/07/19 02:46:44 DEBUG : dir: Looking for writers 2026/07/19 02:46:44 DEBUG : file1: reading active writers 2026/07/19 02:46:44 DEBUG : Looking for writers 2026/07/19 02:46:44 DEBUG : dir: reading active writers 2026/07/19 02:46:44 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/dir/file1.3231ec99.partial 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:44 DEBUG : dir/file1.3231ec99.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:44 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:44 DEBUG : dir/file1.3231ec99.partial: renamed to: dir/file1 2026/07/19 02:46:44 INFO : dir/file1: Copied (replaced existing) 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:44 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06 +0000 UTC 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-07-19 02:46:44 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:45 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : >WaitForWriters: 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.66s) === RUN TestRWFileHandleSizeCreateExisting run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:45 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/07/19 02:46:45 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:45 DEBUG : dir/file1: newRWFileHandle: 2026/07/19 02:46:45 DEBUG : dir/file1: >newRWFileHandle: err= 2026/07/19 02:46:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:45 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/07/19 02:46:45 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): _writeAt: size=5, off=0 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): openPending: 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/07/19 02:46:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): >openPending: err= 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): >_writeAt: n=5, err= 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): _writeAt: size=15, off=5 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): >_writeAt: n=15, err= 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): close: 2026/07/19 02:46:45 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [{Pos:0 Size:20}] - present true 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: setting modification time to 2026-07-19 02:46:45.37803087 +0000 UTC m=+31.815231935 2026/07/19 02:46:45 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:45 DEBUG : dir/file1(0x3f0bf2d42740): >close: err= 2026/07/19 02:46:45 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: starting upload 2026/07/19 02:46:45 DEBUG : dir/file1.0a076fcf.partial: size = 20 OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1.0a076fcf.partial" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1.0a076fcf.partial 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1.0a076fcf.partial" 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xihawom2nune/dir/file1.0a076fcf.partial 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : dir/file1.0a076fcf.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/19 02:46:45 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/07/19 02:46:45 DEBUG : dir/file1.0a076fcf.partial: renamed to: dir/file1 2026/07/19 02:46:45 INFO : dir/file1: Copied (replaced existing) 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:45 DEBUG : dir: Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : dir: reading active writers 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-07-19 02:46:45 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/07/19 02:46:45 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:45 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:45 DEBUG : >WaitForWriters: 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.61s) === RUN TestRWFileHandleSizeCreateNew run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:45 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:45 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-xihawom2nune/dir/file1: no such file or directory 2026/07/19 02:46:45 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-xihawom2nune/dir/file1: no such file or directory 2026/07/19 02:46:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:45 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:45 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:45 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:45 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:45 DEBUG : file1(0x3f0bf2d0a8c0): openPending: 2026/07/19 02:46:45 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:45 DEBUG : file1(0x3f0bf2d0a8c0): >openPending: err= 2026/07/19 02:46:45 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:45 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:45 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:45 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:45 DEBUG : file1(0x3f0bf2d0a8c0): _writeAt: size=5, off=0 2026/07/19 02:46:45 DEBUG : file1(0x3f0bf2d0a8c0): >_writeAt: n=5, err= 2026/07/19 02:46:45 DEBUG : file1(0x3f0bf2d0a8c0): close: 2026/07/19 02:46:45 DEBUG : file1: vfs cache: setting modification time to 2026-07-19 02:46:45.712242651 +0000 UTC m=+32.149443716 2026/07/19 02:46:45 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:45 DEBUG : file1(0x3f0bf2d0a8c0): >close: err= 2026/07/19 02:46:45 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:45 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:45 DEBUG : file1.374a41d1.partial: size = 5 OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.374a41d1.partial" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.374a41d1.partial 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.374a41d1.partial" 2026/07/19 02:46:45 DEBUG : Looking for writers 2026/07/19 02:46:45 DEBUG : file1: reading active writers 2026/07/19 02:46:45 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1.374a41d1.partial 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:45 DEBUG : file1.374a41d1.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:45 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:45 DEBUG : file1.374a41d1.partial: renamed to: file1 2026/07/19 02:46:45 INFO : file1: Copied (new) 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:45 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:46 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:46 DEBUG : file1: vfs cache: fingerprint now "5,2026-07-19 02:46:45 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/19 02:46:46 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:46 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : >WaitForWriters: 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.32s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:46 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/07/19 02:46:46 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c600): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c600): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c600): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.035675194 +0000 UTC m=+32.472876270 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.035675194 +0000 UTC m=+32.472876270 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295cf40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295cf40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295cf40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295cf40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295cf40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.035675194 +0000 UTC m=+32.472876270 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295cf40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44f50 item 1 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.03888667 +0000 UTC m=+32.476087755 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295dac0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295dac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295dac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295dac0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295dac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.03888667 +0000 UTC m=+32.476087755 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295dac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45420 item 2 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764440): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764440): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764440): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.04102575 +0000 UTC m=+32.478226825 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.04102575 +0000 UTC m=+32.478226825 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764980): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764f00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764f00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764f00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764f00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764f00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.04102575 +0000 UTC m=+32.478226825 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764f00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45880 item 3 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.044463301 +0000 UTC m=+32.481664376 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765e00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765e00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765e00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765e00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765e00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.044463301 +0000 UTC m=+32.481664376 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765e00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45d50 item 4 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.047013929 +0000 UTC m=+32.484215004 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.047013929 +0000 UTC m=+32.484215004 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86ec0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86ec0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86ec0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86ec0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86ec0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.047013929 +0000 UTC m=+32.484215004 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d86ec0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b782a0 item 5 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.049755036 +0000 UTC m=+32.486956111 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87a80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87a80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.049755036 +0000 UTC m=+32.486956111 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d87a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b788c0 item 6 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.05171103 +0000 UTC m=+32.488912105 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.05171103 +0000 UTC m=+32.488912105 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4bc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4bc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4bc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4bc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4bc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.05171103 +0000 UTC m=+32.488912105 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da4bc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b78d90 item 7 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5240): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5240): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5240): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5240): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5240): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.054547717 +0000 UTC m=+32.491748793 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5240): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5780): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5780): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5780): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.054547717 +0000 UTC m=+32.491748793 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79260 item 8 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5d40): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2da5d40): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5d40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5d40): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da5d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.056623669 +0000 UTC m=+32.493824744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.056623669 +0000 UTC m=+32.493824744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4b80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4b80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4b80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4b80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4b80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.056623669 +0000 UTC m=+32.493824744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc4b80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b796c0 item 9 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.059974768 +0000 UTC m=+32.497175843 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5740): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5740): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5740): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.059974768 +0000 UTC m=+32.497175843 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79c00 item 10 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5d80): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2dc5d80): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5d80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5d80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5d80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5d80): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc5d80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.06244357 +0000 UTC m=+32.499644655 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.06244357 +0000 UTC m=+32.499644655 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c980): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c980): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c980): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c980): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c980): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.06244357 +0000 UTC m=+32.499644655 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2c980): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2ae0700 item 11 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d000): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d000): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.065130917 +0000 UTC m=+32.502332091 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d540): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d540): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.065130917 +0000 UTC m=+32.502332091 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2d540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2ae1570 item 12 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2db80): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2d2db80): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2db80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2db80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2db80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2db80): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d2db80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50040): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50040): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50040): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.067507244 +0000 UTC m=+32.504708319 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50700): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50700): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50700): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.067507244 +0000 UTC m=+32.504708319 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2ae1b20 item 13 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50d80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50d80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50d80): _writeAt: size=5, off=0 2026/07/19 02:46:46 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-xihawom2nune/dir/file1: no such file or directory 2026/07/19 02:46:46 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-xihawom2nune/dir/file1: no such file or directory 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50d80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50d80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.070350113 +0000 UTC m=+32.507551208 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d50d80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d512c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d512c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d512c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d512c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d512c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.070350113 +0000 UTC m=+32.507551208 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d512c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2312000 item 14 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51900): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2d51900): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51900): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51900): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51900): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51cc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51cc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.072446653 +0000 UTC m=+32.509647718 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d51cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72480): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72480): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72480): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.072446653 +0000 UTC m=+32.509647718 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2312540 item 15 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72b00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72b00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72b00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72b00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72b00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.07546322 +0000 UTC m=+32.512664285 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d72b00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73040): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73040): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73040): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.07546322 +0000 UTC m=+32.512664285 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2312cb0 item 16 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73680): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73680): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73680): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.077365423 +0000 UTC m=+32.514566488 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.077365423 +0000 UTC m=+32.514566488 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d73b00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e100): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e100): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e100): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.077365423 +0000 UTC m=+32.514566488 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2313110 item 17 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e780): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e780): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e780): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.079725941 +0000 UTC m=+32.516927006 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0e780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0ecc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0ecc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0ecc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0ecc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0ecc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.079725941 +0000 UTC m=+32.516927006 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0ecc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2313810 item 18 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f340): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f340): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.081514348 +0000 UTC m=+32.518715413 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.081514348 +0000 UTC m=+32.518715413 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0f840): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0fd40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0fd40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0fd40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0fd40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0fd40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.081514348 +0000 UTC m=+32.518715413 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e0fd40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b6a3f0 item 19 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e324c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e324c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e324c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e324c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e324c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.08374963 +0000 UTC m=+32.520950695 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e324c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e32a00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e32a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e32a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e32a00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e32a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.08374963 +0000 UTC m=+32.520950695 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e32a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b6aa10 item 20 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33080): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33080): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.085874454 +0000 UTC m=+32.523075529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.085874454 +0000 UTC m=+32.523075529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33a80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33a80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.085874454 +0000 UTC m=+32.523075529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e33a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b6b650 item 21 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.088502035 +0000 UTC m=+32.525703110 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56740): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56740): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56740): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.088502035 +0000 UTC m=+32.525703110 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2654a10 item 22 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56dc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56dc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.090268362 +0000 UTC m=+32.527469437 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.090268362 +0000 UTC m=+32.527469437 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e572c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e577c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e577c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e577c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e577c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e577c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.090268362 +0000 UTC m=+32.527469437 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e577c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26556c0 item 23 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57e40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57e40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57e40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57e40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57e40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.092928617 +0000 UTC m=+32.530129692 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57e40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80480): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80480): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80480): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.092928617 +0000 UTC m=+32.530129692 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4460 item 24 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80ac0): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2e80ac0): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80ac0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80ac0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80ac0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80e80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80e80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80e80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80e80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80e80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.094935827 +0000 UTC m=+32.532136902 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80e80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.094935827 +0000 UTC m=+32.532136902 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e81380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e818c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e818c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e818c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e818c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e818c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.094935827 +0000 UTC m=+32.532136902 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e818c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a48c0 item 25 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc040): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc040): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc040): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.097714616 +0000 UTC m=+32.534915681 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc580): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc580): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc580): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.097714616 +0000 UTC m=+32.534915681 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebc580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4d90 item 26 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebcbc0): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2ebcbc0): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebcbc0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebcbc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebcbc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebcbc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebcbc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b4c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b4c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b4c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b4c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b4c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.100045788 +0000 UTC m=+32.537246853 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b4c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.100045788 +0000 UTC m=+32.537246853 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42740): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42740): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42740): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.100045788 +0000 UTC m=+32.537246853 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc070 item 27 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42dc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42dc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.103246243 +0000 UTC m=+32.540447308 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43300): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43300): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43300): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.103246243 +0000 UTC m=+32.540447308 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc540 item 28 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43940): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2d43940): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43940): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43940): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43940): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43940): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43d40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.105159005 +0000 UTC m=+32.542360070 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0a540): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0a540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0a540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0a540): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0a540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.105159005 +0000 UTC m=+32.542360070 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0a540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc8c0 item 29 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0abc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0abc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0abc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0abc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0abc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.106715304 +0000 UTC m=+32.543916369 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0abc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b100): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b100): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b100): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.106715304 +0000 UTC m=+32.543916369 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0b100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcccb0 item 30 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0bb80): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2d0bb80): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0bb80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0bb80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0bb80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0bb80): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d0bb80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebce80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebce80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebce80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebce80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebce80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.108535642 +0000 UTC m=+32.545736718 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebce80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673300): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673300): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673300): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.108535642 +0000 UTC m=+32.545736718 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2604070 item 31 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28301c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28301c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28301c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28301c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28301c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.110317959 +0000 UTC m=+32.547519024 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28301c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830700): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830700): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830700): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.110317959 +0000 UTC m=+32.547519024 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2604850 item 32 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28314c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28314c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28314c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28314c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28314c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.112357601 +0000 UTC m=+32.549558676 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28314c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2605ce0 item 33 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.113115152 +0000 UTC m=+32.550316217 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28319c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831ec0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831ec0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831ec0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831ec0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831ec0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.113115152 +0000 UTC m=+32.550316217 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831ec0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b780e0 item 33 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.114996725 +0000 UTC m=+32.552197790 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b785b0 item 34 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.115755448 +0000 UTC m=+32.552956513 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cc40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cc40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cc40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cc40): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cc40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.115755448 +0000 UTC m=+32.552956513 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cc40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b78770 item 34 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d280): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d280): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d280): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.117590173 +0000 UTC m=+32.554791238 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b78cb0 item 35 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.118465627 +0000 UTC m=+32.555666701 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dc00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dc00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dc00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dc00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dc00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.118465627 +0000 UTC m=+32.555666701 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dc00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b78e70 item 35 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e3c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e3c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e3c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e3c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e3c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.120511641 +0000 UTC m=+32.557712706 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e3c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd1f0 item 36 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.121261838 +0000 UTC m=+32.558462953 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd8c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd8c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd8c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd8c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd8c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.121261838 +0000 UTC m=+32.558462953 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebd8c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd420 item 36 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe000): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe000): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.123047019 +0000 UTC m=+32.560248094 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd810 item 37 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.123776317 +0000 UTC m=+32.560977382 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.123776317 +0000 UTC m=+32.560977382 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcda40 item 37 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff100): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff100): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.125532944 +0000 UTC m=+32.562734009 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4070 item 38 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.126311124 +0000 UTC m=+32.563512189 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffb40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffb40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffb40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffb40): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffb40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.126311124 +0000 UTC m=+32.563512189 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffb40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a43f0 item 38 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c2c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c2c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c2c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c2c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c2c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.12801911 +0000 UTC m=+32.565220175 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c2c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5340 item 39 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.128874876 +0000 UTC m=+32.566075951 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ccc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ccc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ccc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ccc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ccc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.128874876 +0000 UTC m=+32.566075951 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ccc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5500 item 39 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d340): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d340): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.131155534 +0000 UTC m=+32.568356609 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5960 item 40 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.132193995 +0000 UTC m=+32.569395070 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.132193995 +0000 UTC m=+32.569395070 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5b90 item 40 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.134113721 +0000 UTC m=+32.571314796 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac070 item 41 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764d40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.134820836 +0000 UTC m=+32.572021910 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac3f0 item 41 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.135657546 +0000 UTC m=+32.572858631 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4180): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4180): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.135657546 +0000 UTC m=+32.572858631 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e000 item 41 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.13777779 +0000 UTC m=+32.574978855 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc47c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4cc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e380 item 42 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4cc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.138451332 +0000 UTC m=+32.575652398 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e540 item 42 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.13912762 +0000 UTC m=+32.576328795 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5800): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5800): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5800): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.13912762 +0000 UTC m=+32.576328795 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e7e0 item 42 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.140727672 +0000 UTC m=+32.577928737 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5e40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56440): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56440): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308ec40 item 43 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56440): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.141388961 +0000 UTC m=+32.578590026 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308ee00 item 43 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.141992732 +0000 UTC m=+32.579193797 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56980): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56ec0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56ec0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56ec0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56ec0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56ec0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.141992732 +0000 UTC m=+32.579193797 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e56ec0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f030 item 43 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.143888512 +0000 UTC m=+32.581089587 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57a00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f3b0 item 44 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57a00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.144730703 +0000 UTC m=+32.581931777 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e57a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f570 item 44 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.145706285 +0000 UTC m=+32.582907361 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e80080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8500): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8500): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8500): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.145706285 +0000 UTC m=+32.582907361 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f730 item 44 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.147627844 +0000 UTC m=+32.584828919 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a8b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9040): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9040): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308fab0 item 45 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9040): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.148347584 +0000 UTC m=+32.585548669 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9740): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9740): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9740): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.148347584 +0000 UTC m=+32.585548669 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308fd50 item 45 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.150379711 +0000 UTC m=+32.587580796 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29a9d80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8380): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8380): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2898380 item 46 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8380): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.151169293 +0000 UTC m=+32.588370368 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8a80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8a80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.151169293 +0000 UTC m=+32.588370368 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c8a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2898700 item 46 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.153157518 +0000 UTC m=+32.590358593 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c90c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c95c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c95c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c95c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2899490 item 47 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c95c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c95c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.153901723 +0000 UTC m=+32.591102799 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c95c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c9cc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c9cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c9cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c9cc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c9cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.153901723 +0000 UTC m=+32.591102799 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29c9cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2899d50 item 47 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.155999135 +0000 UTC m=+32.593200200 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6900): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e4460 item 48 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6900): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.156802071 +0000 UTC m=+32.594003146 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d6900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7000): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7000): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7000): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.156802071 +0000 UTC m=+32.594003146 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e4620 item 48 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7640): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7640): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7640): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.158766451 +0000 UTC m=+32.595967526 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e4af0 item 49 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.159627367 +0000 UTC m=+32.596828452 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29d7ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0100): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0100): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0100): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.159627367 +0000 UTC m=+32.596828452 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e4e00 item 49 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0780): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0780): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0780): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.16162038 +0000 UTC m=+32.598821456 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e51f0 item 50 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.162447974 +0000 UTC m=+32.599649039 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f0c80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1200): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1200): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1200): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.162447974 +0000 UTC m=+32.599649039 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e5490 item 50 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1880): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1880): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1880): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.163987181 +0000 UTC m=+32.601188256 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e5880 item 51 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.167061457 +0000 UTC m=+32.604262533 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29f1d80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a063c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a063c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a063c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a063c0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a063c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.167061457 +0000 UTC m=+32.604262533 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a063c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e5c00 item 51 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.169174539 +0000 UTC m=+32.606375604 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303e230 item 52 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.172827558 +0000 UTC m=+32.610028623 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a06f40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a074c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a074c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a074c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a074c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a074c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.172827558 +0000 UTC m=+32.610028623 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a074c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303e850 item 52 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a07b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a07b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a07b40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a07b40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a07b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.178459384 +0000 UTC m=+32.615660479 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a07b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303f180 item 53 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.17927795 +0000 UTC m=+32.616479015 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c680): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c680): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.17927795 +0000 UTC m=+32.616479015 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4c680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303f340 item 53 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e9c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e9c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e9c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e9c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e9c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.181137922 +0000 UTC m=+32.618338987 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e9c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79340 item 54 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.181959514 +0000 UTC m=+32.619160590 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8f940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fec0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fec0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fec0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fec0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fec0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.181959514 +0000 UTC m=+32.619160590 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fec0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b795e0 item 54 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2640): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2640): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2640): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.183707867 +0000 UTC m=+32.620908932 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b799d0 item 55 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.184439138 +0000 UTC m=+32.621640203 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa2b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3080): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3080): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3080): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.184439138 +0000 UTC m=+32.621640203 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79b90 item 55 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3700): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3700): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.186294312 +0000 UTC m=+32.623495377 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281e0e0 item 56 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.187138165 +0000 UTC m=+32.624339230 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa3c00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace280): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace280): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace280): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.187138165 +0000 UTC m=+32.624339230 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281e380 item 56 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.188844649 +0000 UTC m=+32.626045714 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ace8c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acee00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acee00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acee00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281e930 item 57 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acee00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acee00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.189841371 +0000 UTC m=+32.627042436 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acee00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281eaf0 item 57 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.190944565 +0000 UTC m=+32.628145630 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf8c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf8c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf8c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf8c0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf8c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.190944565 +0000 UTC m=+32.628145630 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2acf8c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281ee70 item 57 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.192732521 +0000 UTC m=+32.629933586 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281f500 item 58 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.193333676 +0000 UTC m=+32.630534752 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281f7a0 item 58 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.194068034 +0000 UTC m=+32.631269099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21040): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21040): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21040): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.194068034 +0000 UTC m=+32.631269099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281f960 item 58 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.195965908 +0000 UTC m=+32.633166983 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21bc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21bc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21bc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1c070 item 59 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21bc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21bc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.196594575 +0000 UTC m=+32.633795641 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21bc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303f810 item 59 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.197242078 +0000 UTC m=+32.634443153 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4cc00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d180): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d180): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.197242078 +0000 UTC m=+32.634443153 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303fb20 item 59 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.198999528 +0000 UTC m=+32.636200603 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4d7c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4dd00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4dd00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4dd00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281c150 item 60 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4dd00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4dd00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.199630329 +0000 UTC m=+32.636831404 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4dd00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281c380 item 60 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.200360859 +0000 UTC m=+32.637561924 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66900): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66900): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66900): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.200360859 +0000 UTC m=+32.637561924 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281c690 item 60 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.201859028 +0000 UTC m=+32.639060093 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a66f40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67480): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67480): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281cbd0 item 61 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67480): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.202594046 +0000 UTC m=+32.639795162 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67b80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67b80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67b80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67b80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67b80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.202594046 +0000 UTC m=+32.639795162 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a67b80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281cd90 item 61 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.204554749 +0000 UTC m=+32.641755814 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb62c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281d2d0 item 62 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.205238992 +0000 UTC m=+32.642440057 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6f00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6f00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6f00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6f00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6f00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.205238992 +0000 UTC m=+32.642440057 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb6f00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281d730 item 62 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.206933001 +0000 UTC m=+32.644134066 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7a80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281ddc0 item 63 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7a80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.207550227 +0000 UTC m=+32.644751302 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb7a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0280): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0280): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0280): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.207550227 +0000 UTC m=+32.644751302 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281a0e0 item 63 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.209342031 +0000 UTC m=+32.646543096 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf08c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0e00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0e00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0e00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281a460 item 64 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0e00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0e00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.209890577 +0000 UTC m=+32.647091642 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf0e00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1500): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1500): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1500): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.209890577 +0000 UTC m=+32.647091642 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281a690 item 64 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1b40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1b40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.211656823 +0000 UTC m=+32.648857888 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bf1b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281af50 item 65 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.212367325 +0000 UTC m=+32.649568390 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c0c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c5c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c5c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c5c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c5c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c5c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.212367325 +0000 UTC m=+32.649568390 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0c5c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281b110 item 65 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0cc00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0cc00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0cc00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0cc00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0cc00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.213953321 +0000 UTC m=+32.651154386 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0cc00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281b880 item 66 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.214728464 +0000 UTC m=+32.651929529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d5c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d5c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d5c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d5c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d5c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.214728464 +0000 UTC m=+32.651929529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0d5c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281bb90 item 66 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0dc00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0dc00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0dc00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0dc00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0dc00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.216597304 +0000 UTC m=+32.653798369 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c0dc00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26767e0 item 67 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.217341319 +0000 UTC m=+32.654542384 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765940): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765940): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765940): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.217341319 +0000 UTC m=+32.654542384 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac770 item 67 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a440): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a440): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a440): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.219837473 +0000 UTC m=+32.657038538 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2facd20 item 68 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.221035296 +0000 UTC m=+32.658236361 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296a940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296ae80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296ae80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296ae80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296ae80): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296ae80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.221035296 +0000 UTC m=+32.658236361 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296ae80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2facee0 item 68 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b4c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b4c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b4c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b4c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b4c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.223807551 +0000 UTC m=+32.661008616 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b4c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad260 item 69 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.224997879 +0000 UTC m=+32.662198944 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296b940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296be40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296be40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296be40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296be40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296be40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.224997879 +0000 UTC m=+32.662198944 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf296be40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad420 item 69 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c925c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c925c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c925c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c925c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c925c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.227371983 +0000 UTC m=+32.664573048 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c925c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad7a0 item 70 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.228643515 +0000 UTC m=+32.665844580 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c92ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93000): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93000): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93000): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.228643515 +0000 UTC m=+32.665844580 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad960 item 70 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93680): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93680): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93680): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.230687816 +0000 UTC m=+32.667888881 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fadce0 item 71 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.231678126 +0000 UTC m=+32.668879191 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c93b80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2180): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2180): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.231678126 +0000 UTC m=+32.668879191 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaa150 item 71 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.233891186 +0000 UTC m=+32.671092260 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaa770 item 72 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.235383935 +0000 UTC m=+32.672585000 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc2d00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3240): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3240): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3240): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3240): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3240): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.235383935 +0000 UTC m=+32.672585000 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3240): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaa930 item 72 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.236933692 +0000 UTC m=+32.674134757 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3d00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3d00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3d00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaacb0 item 73 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3d00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3d00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.237574332 +0000 UTC m=+32.674775398 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cc3d00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aab030 item 73 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.238230201 +0000 UTC m=+32.675431266 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea2c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea800): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea800): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea800): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.238230201 +0000 UTC m=+32.675431266 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cea800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aab340 item 73 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.239936844 +0000 UTC m=+32.677137909 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceae40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb340): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aab8f0 item 74 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb340): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.240549982 +0000 UTC m=+32.677751047 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aabab0 item 74 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.241306211 +0000 UTC m=+32.678507276 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ceb880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cebe00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cebe00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cebe00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cebe00): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cebe00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.241306211 +0000 UTC m=+32.678507276 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2cebe00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aabc70 item 74 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.243701604 +0000 UTC m=+32.680902669 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2606690 item 75 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.244315423 +0000 UTC m=+32.681516488 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2606a80 item 75 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.245019464 +0000 UTC m=+32.682220529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d20f80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d214c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d214c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d214c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d214c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d214c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.245019464 +0000 UTC m=+32.682220529 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d214c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2607500 item 75 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.246846734 +0000 UTC m=+32.684047809 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d21b00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38100): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a142a0 item 76 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38100): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.247517592 +0000 UTC m=+32.684718657 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a14690 item 76 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.248500658 +0000 UTC m=+32.685701744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38bc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38bc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38bc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38bc0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38bc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.248500658 +0000 UTC m=+32.685701744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d38bc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a14850 item 76 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.25044992 +0000 UTC m=+32.687650995 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39700): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a15180 item 77 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39700): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.25111761 +0000 UTC m=+32.688318686 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39e00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39e00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39e00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39e00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39e00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.25111761 +0000 UTC m=+32.688318686 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d39e00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a15490 item 77 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.253286397 +0000 UTC m=+32.690487482 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5e540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5ea40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5ea40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5ea40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a15ab0 item 78 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5ea40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5ea40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.254072522 +0000 UTC m=+32.691273597 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5ea40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f140): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f140): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f140): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.254072522 +0000 UTC m=+32.691273597 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a15ce0 item 78 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.255974163 +0000 UTC m=+32.693175238 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5f780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5fc80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5fc80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5fc80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf225ad20 item 79 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5fc80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5fc80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.256626025 +0000 UTC m=+32.693827110 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5fc80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80480): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80480): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80480): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.256626025 +0000 UTC m=+32.693827110 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf225b2d0 item 79 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.258730588 +0000 UTC m=+32.695931664 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80fc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80fc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80fc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31221c0 item 80 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80fc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80fc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.259457832 +0000 UTC m=+32.696658907 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80fc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d816c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d816c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d816c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d816c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d816c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.259457832 +0000 UTC m=+32.696658907 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d816c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122380 item 80 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.261413727 +0000 UTC m=+32.698614802 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122700 item 81 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.262128707 +0000 UTC m=+32.699329782 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c7c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c7c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c7c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c7c0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c7c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.262128707 +0000 UTC m=+32.699329782 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9c7c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31228c0 item 81 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9ce40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9ce40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9ce40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9ce40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9ce40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.263899731 +0000 UTC m=+32.701100816 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9ce40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122d20 item 82 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.26467685 +0000 UTC m=+32.701877915 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d8c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d8c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d8c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d8c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d8c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.26467685 +0000 UTC m=+32.701877915 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d9d8c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122ee0 item 82 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0040): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0040): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0040): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.26636102 +0000 UTC m=+32.703562086 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31233b0 item 83 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.267235521 +0000 UTC m=+32.704436586 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0a80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0a80): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.267235521 +0000 UTC m=+32.704436586 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc0a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3123650 item 83 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1100): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1100): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.268851394 +0000 UTC m=+32.706052459 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31239d0 item 84 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.269678806 +0000 UTC m=+32.706879872 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1b80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1b80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1b80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1b80): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1b80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.269678806 +0000 UTC m=+32.706879872 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dc1b80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3123b90 item 84 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0300): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0300): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0300): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.271544099 +0000 UTC m=+32.708745164 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf262e3f0 item 85 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.272467332 +0000 UTC m=+32.709668418 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2de0800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e003c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e003c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e003c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e003c0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e003c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.272467332 +0000 UTC m=+32.709668418 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e003c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1c2a0 item 85 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.274374765 +0000 UTC m=+32.711575840 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1ca10 item 86 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.274983415 +0000 UTC m=+32.712184480 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00f40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e014c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e014c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e014c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e014c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e014c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.274983415 +0000 UTC m=+32.712184480 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e014c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1ccb0 item 86 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01b40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01b40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.276924491 +0000 UTC m=+32.714125556 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1d0a0 item 87 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.277641104 +0000 UTC m=+32.714842169 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22680): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22680): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.277641104 +0000 UTC m=+32.714842169 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1d3b0 item 87 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22d00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22d00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22d00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22d00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22d00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.279685836 +0000 UTC m=+32.716886911 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22d00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1ddc0 item 88 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.280488442 +0000 UTC m=+32.717689507 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23780): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23780): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23780): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.280488442 +0000 UTC m=+32.717689507 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf25fb570 item 88 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.282131205 +0000 UTC m=+32.719332270 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48400): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48400): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bc070 item 89 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48400): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.282743341 +0000 UTC m=+32.719944406 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bc230 item 89 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.283564 +0000 UTC m=+32.720765065 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48ec0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48ec0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48ec0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48ec0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48ec0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.283564 +0000 UTC m=+32.720765065 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e48ec0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bc460 item 89 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.285182839 +0000 UTC m=+32.722383904 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bc850 item 90 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.285790075 +0000 UTC m=+32.722991140 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e49a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bcaf0 item 90 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.286578454 +0000 UTC m=+32.723779519 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8640): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8640): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8640): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.286578454 +0000 UTC m=+32.723779519 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bcd90 item 90 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.288422717 +0000 UTC m=+32.725623782 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec8c80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec91c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec91c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec91c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bd110 item 91 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec91c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec91c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.288956084 +0000 UTC m=+32.726157149 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec91c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bd340 item 91 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.289722251 +0000 UTC m=+32.726923316 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9c80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9c80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9c80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9c80): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9c80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.289722251 +0000 UTC m=+32.726923316 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ec9c80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bd500 item 91 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.291355336 +0000 UTC m=+32.728556401 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee23c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2900): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bd960 item 92 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2900): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.291898541 +0000 UTC m=+32.729099607 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31bdce0 item 92 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.293037342 +0000 UTC m=+32.730238407 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee2e40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3400): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3400): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3400): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.293037342 +0000 UTC m=+32.730238407 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf265c000 item 92 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.29494249 +0000 UTC m=+32.732143555 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ee3a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00080): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf265ca10 item 93 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00080): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.29559318 +0000 UTC m=+32.732794245 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00780): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00780): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00780): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.29559318 +0000 UTC m=+32.732794245 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf265ccb0 item 93 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.297547331 +0000 UTC m=+32.734748396 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f00dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01300): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01300): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf265d6c0 item 94 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01300): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.298303018 +0000 UTC m=+32.735504083 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01a00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01a00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.298303018 +0000 UTC m=+32.735504083 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f01a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf265dc00 item 94 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.301262026 +0000 UTC m=+32.738463100 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a680): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a680): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44230 item 95 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a680): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.301991233 +0000 UTC m=+32.739192308 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1a680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1ad80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1ad80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1ad80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1ad80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1ad80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.301991233 +0000 UTC m=+32.739192308 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1ad80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d443f0 item 95 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.304341692 +0000 UTC m=+32.741542768 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b3c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b900): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44770 item 96 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b900): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.305163224 +0000 UTC m=+32.742364299 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f1b900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f36100): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f36100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f36100): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f36100): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f36100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.305163224 +0000 UTC m=+32.742364299 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2f36100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44930 item 96 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= 2026/07/19 02:46:46 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : >WaitForWriters: 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:46 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/07/19 02:46:46 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30600): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30600): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30600): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.317872277 +0000 UTC m=+32.755073342 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.317872277 +0000 UTC m=+32.755073342 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30f40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30f40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30f40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30f40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30f40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.317872277 +0000 UTC m=+32.755073342 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30f40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2677c00 item 1 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.320834211 +0000 UTC m=+32.758035276 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31a80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31a80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.320834211 +0000 UTC m=+32.758035276 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc380 item 2 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672c00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672c00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672c00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672c00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672c00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.323313083 +0000 UTC m=+32.760514159 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672c00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.323313083 +0000 UTC m=+32.760514159 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28300c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28300c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28300c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28300c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28300c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.323313083 +0000 UTC m=+32.760514159 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28300c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc700 item 3 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830740): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830740): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830740): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.326477029 +0000 UTC m=+32.763678114 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28313c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28313c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28313c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28313c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28313c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.326477029 +0000 UTC m=+32.763678114 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28313c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fccc40 item 4 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831a80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831a80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.32888196 +0000 UTC m=+32.766083025 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.32888196 +0000 UTC m=+32.766083025 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2572680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c0c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c0c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c0c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c0c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c0c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.32888196 +0000 UTC m=+32.766083025 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c0c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd180 item 5 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c7c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c7c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c7c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c7c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c7c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.332496518 +0000 UTC m=+32.769697603 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c7c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cd00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cd00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cd00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cd00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cd00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.332496518 +0000 UTC m=+32.769697603 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1cd00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd730 item 6 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d380): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d380): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d380): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.334792594 +0000 UTC m=+32.771993689 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.334792594 +0000 UTC m=+32.771993689 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dd40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dd40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dd40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dd40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dd40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.334792594 +0000 UTC m=+32.771993689 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1dd40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcdb20 item 7 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe4c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe4c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe4c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe4c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe4c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.338011843 +0000 UTC m=+32.775212908 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe4c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.338011843 +0000 UTC m=+32.775212908 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfea40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4380 item 8 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff080): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2bff080): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff080): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff080): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff080): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff080): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff440): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff440): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff440): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.340584412 +0000 UTC m=+32.777785477 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.340584412 +0000 UTC m=+32.777785477 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff8c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffdc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffdc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffdc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffdc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffdc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.340584412 +0000 UTC m=+32.777785477 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffdc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a47e0 item 9 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.345331649 +0000 UTC m=+32.782532724 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.345331649 +0000 UTC m=+32.782532724 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ca80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4cb0 item 10 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d0c0): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf295d0c0): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d0c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d0c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d0c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d0c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d0c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d480): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d480): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d480): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d480): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d480): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.347147709 +0000 UTC m=+32.784348803 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d480): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.347147709 +0000 UTC m=+32.784348803 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d9c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4080): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4080): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4080): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.347147709 +0000 UTC m=+32.784348803 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5030 item 11 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4700): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4700): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.350201706 +0000 UTC m=+32.787402811 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4c40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4c40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4c40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4c40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4c40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.350201706 +0000 UTC m=+32.787402811 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4c40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5570 item 12 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5280): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2fc5280): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5280): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5280): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5280): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5280): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc56c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc56c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc56c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc56c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc56c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.351889023 +0000 UTC m=+32.789090088 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc56c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5d80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5d80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5d80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5d80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5d80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.351889023 +0000 UTC m=+32.789090088 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5d80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a59d0 item 13 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e5c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e5c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e5c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e5c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e5c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.353973951 +0000 UTC m=+32.791175016 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e5c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ebc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ebc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ebc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ebc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ebc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.353973951 +0000 UTC m=+32.791175016 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ebc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5dc0 item 14 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fc40): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2a8fc40): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fc40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fc40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fc40): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fc40): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fc40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764280): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764280): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764280): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.356363824 +0000 UTC m=+32.793564889 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764ac0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764ac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764ac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764ac0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.356363824 +0000 UTC m=+32.793564889 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e2a0 item 15 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765140): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765140): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765140): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.358186086 +0000 UTC m=+32.795387151 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27656c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27656c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27656c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27656c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27656c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.358186086 +0000 UTC m=+32.795387151 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27656c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e620 item 16 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c180): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c180): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c180): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.360086025 +0000 UTC m=+32.797287099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.360086025 +0000 UTC m=+32.797287099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299c600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299cb00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299cb00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299cb00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299cb00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299cb00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.360086025 +0000 UTC m=+32.797287099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299cb00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308eb60 item 17 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d180): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d180): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d180): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.362847571 +0000 UTC m=+32.800048645 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d6c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d6c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d6c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d6c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d6c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.362847571 +0000 UTC m=+32.800048645 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299d6c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f0a0 item 18 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299dd40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299dd40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299dd40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299dd40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299dd40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.365117987 +0000 UTC m=+32.802319053 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf299dd40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.365117987 +0000 UTC m=+32.802319053 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae840): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae840): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae840): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae840): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae840): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.365117987 +0000 UTC m=+32.802319053 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae840): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f420 item 19 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29aeec0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29aeec0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29aeec0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29aeec0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29aeec0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.367617238 +0000 UTC m=+32.804818303 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29aeec0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29af400): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29af400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29af400): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29af400): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29af400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.367617238 +0000 UTC m=+32.804818303 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29af400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f8f0 item 20 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29afa80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29afa80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29afa80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29afa80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29afa80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.370020086 +0000 UTC m=+32.807221151 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29afa80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.370020086 +0000 UTC m=+32.807221151 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba580): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba580): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba580): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.370020086 +0000 UTC m=+32.807221151 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ba580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308fd50 item 21 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bac00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bac00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bac00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bac00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bac00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.372939039 +0000 UTC m=+32.810140144 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bac00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb140): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb140): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb140): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.372939039 +0000 UTC m=+32.810140144 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2898690 item 22 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb7c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb7c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb7c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb7c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb7c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.374877831 +0000 UTC m=+32.812078896 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bb7c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.374877831 +0000 UTC m=+32.812078896 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29bbcc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce2c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce2c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce2c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce2c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce2c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.374877831 +0000 UTC m=+32.812078896 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce2c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf28993b0 item 23 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce940): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce940): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.37805942 +0000 UTC m=+32.815260485 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ce940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cee80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cee80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cee80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cee80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cee80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.37805942 +0000 UTC m=+32.815260485 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cee80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e4380 item 24 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf4c0): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf29cf4c0): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf4c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf4c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf4c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf4c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf4c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf880): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf880): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf880): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.380804134 +0000 UTC m=+32.818005199 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cf880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.380804134 +0000 UTC m=+32.818005199 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29cfd80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ec3c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ec3c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ec3c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ec3c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ec3c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.380804134 +0000 UTC m=+32.818005199 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ec3c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e4700 item 25 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eca40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eca40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eca40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eca40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eca40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.384010059 +0000 UTC m=+32.821211143 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eca40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d422c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d422c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d422c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d422c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d422c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.384010059 +0000 UTC m=+32.821211143 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d422c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26047e0 item 26 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42900): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2d42900): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42900): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42900): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42900): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42cc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42cc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.386149959 +0000 UTC m=+32.823351025 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.386149959 +0000 UTC m=+32.823351025 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d431c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43700): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43700): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43700): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.386149959 +0000 UTC m=+32.823351025 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2604e00 item 27 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43e00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43e00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43e00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43e00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43e00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.388959537 +0000 UTC m=+32.826160612 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43e00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0c440): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0c440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0c440): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0c440): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0c440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.388959537 +0000 UTC m=+32.826160612 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0c440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b784d0 item 28 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ca80): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2a0ca80): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ca80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ca80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ca80): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ca80): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ca80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ce40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ce40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ce40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ce40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ce40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.391260783 +0000 UTC m=+32.828461858 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0ce40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0d500): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0d500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0d500): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0d500): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0d500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.391260783 +0000 UTC m=+32.828461858 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0d500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b788c0 item 29 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0db80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0db80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0db80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0db80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0db80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.392951756 +0000 UTC m=+32.830152821 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a0db80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a1c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a1c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a1c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a1c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a1c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.392951756 +0000 UTC m=+32.830152821 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a1c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b78d90 item 30 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a800): _readAt: size=2, off=0 2026/07/19 02:46:46 ERROR : open-test-file(0x3f0bf2a4a800): Couldn't read size of file 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a800): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a800): >_writeAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a800): close: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4a800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4abc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4abc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4abc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4abc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4abc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.394787152 +0000 UTC m=+32.831988217 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4abc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b280): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b280): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b280): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.394787152 +0000 UTC m=+32.831988217 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79110 item 31 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b900): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b900): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.396974314 +0000 UTC m=+32.834175388 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4b900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4be40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4be40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4be40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4be40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4be40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.396974314 +0000 UTC m=+32.834175388 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a4be40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79490 item 32 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.400249138 +0000 UTC m=+32.837450204 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79960 item 33 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.401167102 +0000 UTC m=+32.838368167 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62f00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62f00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62f00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62f00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62f00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.401167102 +0000 UTC m=+32.838368167 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a62f00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2b79b20 item 33 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a63540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a63540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a63540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a63540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a63540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.402827669 +0000 UTC m=+32.840028734 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a63540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281e000 item 34 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.403602372 +0000 UTC m=+32.840803437 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a639c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8000): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8000): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8000): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.403602372 +0000 UTC m=+32.840803437 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281e2a0 item 34 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8640): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8640): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8640): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.405490468 +0000 UTC m=+32.842691533 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281e850 item 35 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.406300197 +0000 UTC m=+32.843501262 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8fc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8fc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8fc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8fc0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8fc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.406300197 +0000 UTC m=+32.843501262 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa8fc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281ea10 item 35 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9640): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9640): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9640): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.408352103 +0000 UTC m=+32.845553178 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281ef50 item 36 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.409495843 +0000 UTC m=+32.846696908 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2aa9b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4180): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4180): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.409495843 +0000 UTC m=+32.846696908 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281f3b0 item 36 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af47c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af47c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af47c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af47c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af47c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.41134765 +0000 UTC m=+32.848548715 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af47c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281f880 item 37 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.412069112 +0000 UTC m=+32.849270178 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af4c40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5140): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5140): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5140): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.412069112 +0000 UTC m=+32.849270178 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281fa40 item 37 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af57c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af57c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af57c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af57c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af57c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.414382912 +0000 UTC m=+32.851583977 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af57c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303e150 item 38 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.415508158 +0000 UTC m=+32.852709223 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2af5cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20300): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20300): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20300): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.415508158 +0000 UTC m=+32.852709223 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303e770 item 38 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20980): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20980): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20980): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20980): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20980): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.418824091 +0000 UTC m=+32.856025156 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20980): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303efc0 item 39 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.420446915 +0000 UTC m=+32.857647980 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b20e80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21380): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21380): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21380): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.420446915 +0000 UTC m=+32.857647980 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303f260 item 39 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21a00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21a00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.422389885 +0000 UTC m=+32.859590950 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b21a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303f960 item 40 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.423820718 +0000 UTC m=+32.861021783 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46540): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46540): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.423820718 +0000 UTC m=+32.861021783 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303fc00 item 40 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.428688661 +0000 UTC m=+32.865889747 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e50a0 item 41 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.429474796 +0000 UTC m=+32.866675861 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ed580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e5260 item 41 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.430300696 +0000 UTC m=+32.867501761 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29eda40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2080): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2080): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2080): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.430300696 +0000 UTC m=+32.867501761 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e5570 item 41 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.431965079 +0000 UTC m=+32.869166144 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb26c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2bc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2bc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2bc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e59d0 item 42 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2bc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2bc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.432556938 +0000 UTC m=+32.869758003 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb2bc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26e5c70 item 42 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.433524244 +0000 UTC m=+32.870725309 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3680): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3680): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.433524244 +0000 UTC m=+32.870725309 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281c150 item 42 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.436051307 +0000 UTC m=+32.873252372 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bb3cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd02c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd02c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd02c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281c690 item 43 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd02c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd02c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.436737924 +0000 UTC m=+32.873938989 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd02c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281ca10 item 43 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.437483071 +0000 UTC m=+32.874684147 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0d40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0d40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.437483071 +0000 UTC m=+32.874684147 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd0d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281cbd0 item 43 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.439149578 +0000 UTC m=+32.876350644 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1880): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1880): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281cf50 item 44 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1880): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.439649272 +0000 UTC m=+32.876850337 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281d2d0 item 44 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.440439274 +0000 UTC m=+32.877640339 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bd1dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bea440): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bea440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bea440): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bea440): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bea440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.440439274 +0000 UTC m=+32.877640339 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bea440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281d730 item 44 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.441950768 +0000 UTC m=+32.879151834 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaa80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaf80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaf80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaf80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281ddc0 item 45 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaf80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaf80): close: 2026/07/19 02:46:46 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-xihawom2nune/dir/file1: no such file or directory 2026/07/19 02:46:46 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-xihawom2nune/dir/file1: no such file or directory 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.442787779 +0000 UTC m=+32.879988854 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beaf80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beb680): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beb680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beb680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beb680): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beb680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.442787779 +0000 UTC m=+32.879988854 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2beb680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281a0e0 item 45 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.44580608 +0000 UTC m=+32.883007145 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bebcc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c122c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c122c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c122c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281a460 item 46 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c122c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c122c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.446445899 +0000 UTC m=+32.883646964 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c122c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c129c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c129c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c129c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c129c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c129c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.446445899 +0000 UTC m=+32.883646964 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c129c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281a690 item 46 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.44794521 +0000 UTC m=+32.885146275 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13500): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13500): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281af50 item 47 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13500): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.448543049 +0000 UTC m=+32.885744114 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13c00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13c00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13c00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13c00): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13c00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.448543049 +0000 UTC m=+32.885744114 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c13c00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281b110 item 47 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.450238943 +0000 UTC m=+32.887440018 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72840): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72840): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72840): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281b880 item 48 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72840): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72840): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.450813407 +0000 UTC m=+32.888014472 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72840): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72f40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72f40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72f40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72f40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72f40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.450813407 +0000 UTC m=+32.888014472 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c72f40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf281bb90 item 48 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.453355509 +0000 UTC m=+32.890556594 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac380 item 49 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.454154878 +0000 UTC m=+32.891355953 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c73a00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a040): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a040): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a040): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.454154878 +0000 UTC m=+32.891355953 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac540 item 49 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a6c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a6c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a6c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a6c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a6c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.4564327 +0000 UTC m=+32.893633785 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9a6c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2facbd0 item 50 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.457386001 +0000 UTC m=+32.894587066 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c9abc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46d00): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46d00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46d00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46d00): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46d00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.457386001 +0000 UTC m=+32.894587066 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b46d00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf303fe30 item 50 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47380): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47380): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47380): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47380): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47380): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.458927883 +0000 UTC m=+32.896128948 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47380): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaa690 item 51 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.459502709 +0000 UTC m=+32.896703774 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47dc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47dc0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.459502709 +0000 UTC m=+32.896703774 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2b47dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaa850 item 51 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24540): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24540): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24540): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.460944021 +0000 UTC m=+32.898145086 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaabd0 item 52 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.4615788 +0000 UTC m=+32.898779865 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24fc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24fc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24fc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24fc0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24fc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.4615788 +0000 UTC m=+32.898779865 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d24fc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aaae70 item 52 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25640): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25640): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25640): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25640): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25640): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.46290332 +0000 UTC m=+32.900104385 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25640): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aab500 item 53 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.463477806 +0000 UTC m=+32.900678871 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d25b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a180): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a180): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.463477806 +0000 UTC m=+32.900678871 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aab810 item 53 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.465005261 +0000 UTC m=+32.902206326 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3a800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aabb90 item 54 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.465929055 +0000 UTC m=+32.903130120 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3ad00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b280): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b280): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b280): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.465929055 +0000 UTC m=+32.903130120 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2aabd50 item 54 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b900): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b900): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b900): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.467300425 +0000 UTC m=+32.904501490 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3b900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2606850 item 55 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.467876383 +0000 UTC m=+32.905077448 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d3be00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5a440): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5a440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5a440): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5a440): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5a440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.467876383 +0000 UTC m=+32.905077448 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5a440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2607420 item 55 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5aac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5aac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5aac0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5aac0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5aac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.469342362 +0000 UTC m=+32.906543437 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5aac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26079d0 item 56 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.470137063 +0000 UTC m=+32.907338139 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5afc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5b540): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5b540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5b540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5b540): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5b540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.470137063 +0000 UTC m=+32.907338139 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5b540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a143f0 item 56 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.471872811 +0000 UTC m=+32.909073876 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d5bb80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d801c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d801c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d801c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a14a80 item 57 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d801c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d801c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.472519463 +0000 UTC m=+32.909720528 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d801c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a14d90 item 57 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.473258518 +0000 UTC m=+32.910459583 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80c80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80c80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80c80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80c80): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80c80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.473258518 +0000 UTC m=+32.910459583 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d80c80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a153b0 item 57 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.474816701 +0000 UTC m=+32.912017766 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d812c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a159d0 item 58 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.475471388 +0000 UTC m=+32.912672453 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a15c00 item 58 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.476287019 +0000 UTC m=+32.913488093 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d81d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8400): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8400): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8400): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.476287019 +0000 UTC m=+32.913488093 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2a15dc0 item 58 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.478558698 +0000 UTC m=+32.915759773 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8f80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8f80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8f80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf225b1f0 item 59 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8f80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8f80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.47924729 +0000 UTC m=+32.916448355 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da8f80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf225b570 item 59 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.479914288 +0000 UTC m=+32.917115364 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da94c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da9a40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da9a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da9a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da9a40): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da9a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.479914288 +0000 UTC m=+32.917115364 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2da9a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122000 item 59 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.481963569 +0000 UTC m=+32.919164644 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd06c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd06c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd06c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122380 item 60 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd06c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd06c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.482772437 +0000 UTC m=+32.919973502 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd06c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122540 item 60 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.483705679 +0000 UTC m=+32.920906744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd0c00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd11c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd11c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd11c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd11c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd11c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.483705679 +0000 UTC m=+32.920906744 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd11c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122700 item 60 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.486025651 +0000 UTC m=+32.923226716 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122a80 item 61 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1d40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.486940919 +0000 UTC m=+32.924141985 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2dd1d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00540): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00540): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.486940919 +0000 UTC m=+32.924141985 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122d20 item 61 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.48981081 +0000 UTC m=+32.927011875 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e00b80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e010c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e010c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e010c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31230a0 item 62 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e010c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e010c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.490767025 +0000 UTC m=+32.927968090 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e010c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e017c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e017c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e017c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e017c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e017c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.490767025 +0000 UTC m=+32.927968090 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e017c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31233b0 item 62 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.493292606 +0000 UTC m=+32.930493700 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e01e00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22440): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22440): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3123810 item 63 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22440): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.493947192 +0000 UTC m=+32.931148257 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22b40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22b40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.493947192 +0000 UTC m=+32.931148257 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31239d0 item 63 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): >_readAt: n=0, err=Bad file descriptor 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.499470003 +0000 UTC m=+32.936671068 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88940): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac150 item 64 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88940): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.500240007 +0000 UTC m=+32.937441082 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e88940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89040): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89040): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89040): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.500240007 +0000 UTC m=+32.937441082 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fac4d0 item 64 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89680): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89680): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89680): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.503980321 +0000 UTC m=+32.941181396 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2faca80 item 65 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.504637212 +0000 UTC m=+32.941838277 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e89b00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22100): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22100): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22100): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.504637212 +0000 UTC m=+32.941838277 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2facd90 item 65 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22740): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22740): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22740): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22740): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22740): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.506364444 +0000 UTC m=+32.943565509 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e22740): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad110 item 66 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.508868323 +0000 UTC m=+32.946069388 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e235c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e235c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e235c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e235c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e235c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.508868323 +0000 UTC m=+32.946069388 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e235c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad2d0 item 66 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23c00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23c00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23c00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23c00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23c00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.510499023 +0000 UTC m=+32.947700098 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2e23c00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad650 item 67 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.511188034 +0000 UTC m=+32.948389099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c306c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c306c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c306c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c306c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c306c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.511188034 +0000 UTC m=+32.948389099 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c306c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fad810 item 67 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30d40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.51274785 +0000 UTC m=+32.949948915 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c30d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fadb90 item 68 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.513368282 +0000 UTC m=+32.950569357 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31240): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31780): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31780): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31780): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31780): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31780): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.513368282 +0000 UTC m=+32.950569357 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31780): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fadd50 item 68 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672f40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672f40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672f40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672f40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672f40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.514986117 +0000 UTC m=+32.952187182 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2672f40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31221c0 item 69 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.515664228 +0000 UTC m=+32.952865293 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2673b00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830300): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830300): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830300): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.515664228 +0000 UTC m=+32.952865293 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122380 item 69 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830dc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830dc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830dc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830dc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830dc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.517493653 +0000 UTC m=+32.954694718 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2830dc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122700 item 70 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.518127441 +0000 UTC m=+32.955328506 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf28315c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831b80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831b80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831b80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831b80): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831b80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.518127441 +0000 UTC m=+32.955328506 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2831b80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31228c0 item 70 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2573700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2573700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2573700): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2573700): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2573700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.519671897 +0000 UTC m=+32.956872962 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2573700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122d20 item 71 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.520364305 +0000 UTC m=+32.957565370 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c980): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c980): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c980): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c980): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c980): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.520364305 +0000 UTC m=+32.957565370 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1c980): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3122ee0 item 71 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d000): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d000): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.521929652 +0000 UTC m=+32.959130717 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf31233b0 item 72 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.526952107 +0000 UTC m=+32.964153172 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1d500): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1da40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1da40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1da40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1da40): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1da40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.526952107 +0000 UTC m=+32.964153172 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a1da40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3123650 item 72 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.530893922 +0000 UTC m=+32.968094987 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe600): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe600): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3123b20 item 73 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe600): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.531771208 +0000 UTC m=+32.968972273 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfe600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf3123ce0 item 73 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.532524851 +0000 UTC m=+32.969725917 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bfeb40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff0c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff0c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff0c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff0c0): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff0c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.532524851 +0000 UTC m=+32.969725917 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff0c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44150 item 73 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.534641449 +0000 UTC m=+32.971842525 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bff700): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffc00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffc00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffc00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d444d0 item 74 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffc00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffc00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.535675814 +0000 UTC m=+32.972876879 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2bffc00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44690 item 74 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.536598305 +0000 UTC m=+32.973799391 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c240): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.536598305 +0000 UTC m=+32.973799391 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295c7c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44850 item 74 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.53860237 +0000 UTC m=+32.975803445 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295ce00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d300): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d300): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44cb0 item 75 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d300): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.539428911 +0000 UTC m=+32.976629976 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): _writeAt: size=3, off=2 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d44ee0 item 75 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.540312661 +0000 UTC m=+32.977513756 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295d880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.540312661 +0000 UTC m=+32.977513756 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf295de40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d450a0 item 75 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.542453173 +0000 UTC m=+32.979654239 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc45c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4ac0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4ac0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4ac0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45420 item 76 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4ac0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4ac0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.543177511 +0000 UTC m=+32.980378576 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc4ac0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d455e0 item 76 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): _writeAt: size=3, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.544205122 +0000 UTC m=+32.981406187 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5600): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5600): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5600): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.544205122 +0000 UTC m=+32.981406187 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45880 item 76 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.546318313 +0000 UTC m=+32.983519379 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2fc5c40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e280): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e280): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e280): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45c00 item 77 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e280): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e280): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.546947811 +0000 UTC m=+32.984148887 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8e280): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ea80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ea80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ea80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ea80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ea80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.546947811 +0000 UTC m=+32.984148887 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8ea80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d45dc0 item 77 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.54924486 +0000 UTC m=+32.986445935 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2a8fb40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27642c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27642c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27642c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf262ea10 item 78 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27642c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27642c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.549920196 +0000 UTC m=+32.987121261 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27642c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764b40): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764b40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764b40): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764b40): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764b40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.549920196 +0000 UTC m=+32.987121261 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2764b40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf262f650 item 78 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.552179763 +0000 UTC m=+32.989380849 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765180): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765680): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765680): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2676380 item 79 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765680): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.552714603 +0000 UTC m=+32.989915668 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2765680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.552714603 +0000 UTC m=+32.989915668 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2676d20 item 79 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.55449198 +0000 UTC m=+32.991693046 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42840): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf26777a0 item 80 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42d40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.555144212 +0000 UTC m=+32.992345277 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d42d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43440): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43440): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43440): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43440): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43440): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.555144212 +0000 UTC m=+32.992345277 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43440): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2677b20 item 80 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43a80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43a80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43a80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43a80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43a80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.557048608 +0000 UTC m=+32.994249684 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2d43a80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc150 item 81 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.557667537 +0000 UTC m=+32.994868602 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4080): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e45c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e45c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e45c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e45c0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e45c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.557667537 +0000 UTC m=+32.994868602 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e45c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc310 item 81 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4c40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4c40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4c40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4c40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4c40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.55935252 +0000 UTC m=+32.996553585 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e4c40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc690 item 82 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.559988542 +0000 UTC m=+32.997189607 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5140): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e56c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e56c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e56c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e56c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e56c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.559988542 +0000 UTC m=+32.997189607 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e56c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcc850 item 82 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5d40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5d40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.561615353 +0000 UTC m=+32.998816429 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf27e5d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fccc40 item 83 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.562294466 +0000 UTC m=+32.999495531 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918340): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918880): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918880): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918880): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918880): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918880): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.562294466 +0000 UTC m=+32.999495531 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918880): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fccf50 item 83 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918f00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918f00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918f00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918f00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918f00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.564201418 +0000 UTC m=+33.001402493 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2918f00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd340 item 84 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.564972615 +0000 UTC m=+33.002173680 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919980): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919980): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919980): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919980): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919980): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.564972615 +0000 UTC m=+33.002173680 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2919980): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2fcd570 item 84 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2954100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2954100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2954100): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2954100): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2954100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.566620066 +0000 UTC m=+33.003821131 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2954100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1c2a0 item 85 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.567464701 +0000 UTC m=+33.004665766 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2c31c80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb22c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb22c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb22c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb22c0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb22c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.567464701 +0000 UTC m=+33.004665766 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb22c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1c770 item 85 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2940): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2940): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.569423391 +0000 UTC m=+33.006624456 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1ccb0 item 86 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.57018029 +0000 UTC m=+33.007381355 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb2e40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb33c0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb33c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb33c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb33c0): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb33c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.57018029 +0000 UTC m=+33.007381355 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb33c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1cee0 item 86 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb3a40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb3a40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb3a40): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb3a40): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb3a40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.571800169 +0000 UTC m=+33.009001234 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2eb3a40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1d3b0 item 87 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.57249926 +0000 UTC m=+33.009700325 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe580): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe580): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe580): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.57249926 +0000 UTC m=+33.009700325 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebe580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf2d1d8f0 item 87 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebec00): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebec00): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebec00): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebec00): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebec00): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.574108249 +0000 UTC m=+33.011309314 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebec00): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4230 item 88 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.574788003 +0000 UTC m=+33.011989068 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf100): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf680): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf680): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.574788003 +0000 UTC m=+33.011989068 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebf680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a43f0 item 88 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.576320677 +0000 UTC m=+33.013521742 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ebfcc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece300): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece300): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4850 item 89 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece300): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.576929787 +0000 UTC m=+33.014130853 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4a10 item 89 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.577648736 +0000 UTC m=+33.014849801 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ece840): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecedc0): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecedc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecedc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecedc0): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecedc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.577648736 +0000 UTC m=+33.014849801 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecedc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4bd0 item 89 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.579374956 +0000 UTC m=+33.016576021 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf400): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf940): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a4f50 item 90 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf940): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.579999124 +0000 UTC m=+33.017200189 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecf940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5110 item 90 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.580838059 +0000 UTC m=+33.018039124 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ecfe80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ede540): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ede540): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ede540): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ede540): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ede540): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.580838059 +0000 UTC m=+33.018039124 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ede540): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5340 item 90 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.582638399 +0000 UTC m=+33.019839464 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edeb80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf0c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf0c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf0c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a56c0 item 91 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf0c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf0c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.583250866 +0000 UTC m=+33.020451931 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf0c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): >_readAt: n=2, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): _writeAt: size=3, off=7 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5960 item 91 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.58399958 +0000 UTC m=+33.021200645 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edf600): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edfb80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edfb80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edfb80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edfb80): >_readAt: n=8, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edfb80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.58399958 +0000 UTC m=+33.021200645 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2edfb80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf29a5b90 item 91 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.585629779 +0000 UTC m=+33.022830854 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef22c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e070 item 92 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.586304564 +0000 UTC m=+33.023505639 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): open at offset 5 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e230 item 92 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): _readAt: size=2, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): _writeAt: size=3, off=5 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): >_writeAt: n=3, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.587146073 +0000 UTC m=+33.024347138 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef2d40): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3300): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3300): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3300): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3300): >_readAt: n=3, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3300): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.587146073 +0000 UTC m=+33.024347138 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3300): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e3f0 item 92 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.589165336 +0000 UTC m=+33.026366401 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3940): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3e80): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3e80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3e80): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308e8c0 item 93 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3e80): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3e80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.589829992 +0000 UTC m=+33.027031057 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2ef3e80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986680): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986680): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986680): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986680): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986680): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.589829992 +0000 UTC m=+33.027031057 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986680): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308eaf0 item 93 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.59160839 +0000 UTC m=+33.028809455 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2986cc0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987200): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987200): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987200): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308eee0 item 94 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987200): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987200): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.592314124 +0000 UTC m=+33.029515189 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987200): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987900): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987900): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987900): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987900): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987900): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.592314124 +0000 UTC m=+33.029515189 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2987900): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f0a0 item 94 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.594310153 +0000 UTC m=+33.031511228 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998040): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998580): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998580): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998580): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f420 item 95 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998580): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998580): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.595016436 +0000 UTC m=+33.032217502 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998580): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998c80): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998c80): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998c80): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998c80): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998c80): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.595016436 +0000 UTC m=+33.032217502 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2998c80): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f5e0 item 95 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 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/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): open at offset 0 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): _readAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): >_readAt: n=0, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.596909112 +0000 UTC m=+33.034110177 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29992c0): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2999800): _writeAt: size=5, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2999800): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2999800): >openPending: err= 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308f960 item 96 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2999800): >_writeAt: n=5, err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2999800): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.597546837 +0000 UTC m=+33.034747902 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf2999800): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: File.openRW failed: file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/07/19 02:46:46 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:46 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/07/19 02:46:46 DEBUG : open-test-file: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : open-test-file: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae000): _readAt: size=512, off=0 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae000): openPending: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae000): >openPending: err= 2026/07/19 02:46:46 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae000): >_readAt: n=5, err=EOF 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae000): close: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: setting modification time to 2026-07-19 02:46:46.597546837 +0000 UTC m=+33.034747902 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : open-test-file(0x3f0bf29ae000): >close: err= 2026/07/19 02:46:46 DEBUG : open-test-file: Remove: 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x3f0bf308fb20 item 96 2026/07/19 02:46:46 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/07/19 02:46:46 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/07/19 02:46:46 DEBUG : open-test-file: >Remove: err= 2026/07/19 02:46:46 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : >WaitForWriters: 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.57s) --- PASS: TestRWFileHandleOpenTests/writes (0.28s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full (0.29s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:46 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:46 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:46 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:46 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:46 DEBUG : file1: newRWFileHandle: 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): openPending: 2026/07/19 02:46:46 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): >openPending: err= 2026/07/19 02:46:46 DEBUG : file1: >newRWFileHandle: err= 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:46 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/07/19 02:46:46 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): _writeAt: size=2, off=0 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): >_writeAt: n=2, err= 2026/07/19 02:46:46 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): RWFileHandle.Flush 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): RWFileHandle.Release 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): close: 2026/07/19 02:46:46 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/07/19 02:46:46 INFO : file1: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:46 DEBUG : file1(0x3f0bf2954480): >close: err= 2026/07/19 02:46:46 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:46 DEBUG : file1: vfs cache: starting upload 2026/07/19 02:46:46 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1.a0a9169e.partial" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1.a0a9169e.partial 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1.a0a9169e.partial" 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xihawom2nune/file1.a0a9169e.partial 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:46 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/19 02:46:46 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/19 02:46:46 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/07/19 02:46:46 INFO : file1: Copied (new) 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:46 DEBUG : Looking for writers 2026/07/19 02:46:46 DEBUG : file1: reading active writers 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xihawom2nune/file1 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:46 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/19 02:46:46 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/07/19 02:46:46 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/07/19 02:46:46 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/07/19 02:46:46 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:46 DEBUG : >WaitForWriters: 2026/07/19 02:46:46 INFO : file1: vfs cache: upload succeeded try #1 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:46 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xihawom2nune/file1 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:47 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:47 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/07/19 02:46:47 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : file1: reading active writers 2026/07/19 02:46:47 DEBUG : >WaitForWriters: 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.54s) === RUN TestRWCacheRename run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:47 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:47 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:47 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:47 DEBUG : rename_me: newRWFileHandle: 2026/07/19 02:46:47 DEBUG : rename_me(0x3f0bf2cac400): openPending: 2026/07/19 02:46:47 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/07/19 02:46:47 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/19 02:46:47 DEBUG : rename_me(0x3f0bf2cac400): >openPending: err= 2026/07/19 02:46:47 DEBUG : rename_me: >newRWFileHandle: err= 2026/07/19 02:46:47 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/07/19 02:46:47 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/07/19 02:46:47 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/07/19 02:46:47 DEBUG : rename_me(0x3f0bf2cac400): _writeAt: size=5, off=0 2026/07/19 02:46:47 DEBUG : rename_me(0x3f0bf2cac400): >_writeAt: n=5, err= 2026/07/19 02:46:47 DEBUG : rename_me(0x3f0bf2cac400): close: 2026/07/19 02:46:47 DEBUG : rename_me: vfs cache: setting modification time to 2026-07-19 02:46:47.14945509 +0000 UTC m=+33.586656165 2026/07/19 02:46:47 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/07/19 02:46:47 DEBUG : rename_me(0x3f0bf2cac400): >close: err= 2026/07/19 02:46:47 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/07/19 02:46:47 DEBUG : i_was_renamed: Updating file with 0x3f0bf2e1c0d0 2026/07/19 02:46:47 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/07/19 02:46:47 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/19 02:46:47 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : i_was_renamed: reading active writers 2026/07/19 02:46:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : i_was_renamed: reading active writers 2026/07/19 02:46:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : i_was_renamed: reading active writers 2026/07/19 02:46:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : i_was_renamed: reading active writers 2026/07/19 02:46:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/07/19 02:46:47 DEBUG : i_was_renamed: vfs cache: starting upload 2026/07/19 02:46:47 DEBUG : i_was_renamed.109b5402.partial: size = 5 OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/i_was_renamed.109b5402.partial" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/i_was_renamed.109b5402.partial 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/i_was_renamed.109b5402.partial" 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : i_was_renamed: reading active writers 2026/07/19 02:46:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/i_was_renamed.109b5402.partial 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:47 DEBUG : i_was_renamed.109b5402.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:47 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:47 DEBUG : i_was_renamed.109b5402.partial: renamed to: i_was_renamed 2026/07/19 02:46:47 INFO : i_was_renamed: Copied (new) 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/i_was_renamed" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/i_was_renamed 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/i_was_renamed" 2026/07/19 02:46:47 DEBUG : Looking for writers 2026/07/19 02:46:47 DEBUG : i_was_renamed: reading active writers 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/i_was_renamed 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:47 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:47 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-07-19 02:46:47 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/07/19 02:46:47 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/07/19 02:46:47 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/07/19 02:46:47 DEBUG : >WaitForWriters: 2026/07/19 02:46:47 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:47 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: root is "/home/rclone/.cache/rclone" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/07/19 02:46:47 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-xihawom2nune" 2026/07/19 02:46:47 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:47 DEBUG : forgetting directory cache 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate(0x3f0bf2cacc00): _readAt: size=512, off=0 2026/07/19 02:46:47 DEBUG : TestRWCacheUpdate(0x3f0bf2cacc00): openPending: 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:47 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-19 01:47:47 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/19 02:46:48 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2cacc00): >openPending: err= 2026/07/19 02:46:48 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2cacc00): >_readAt: n=20, err=EOF 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2cacc00): close: 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:47:47 +0000 UTC 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2cacc00): >close: err= 2026/07/19 02:46:48 DEBUG : Re-reading directory (110.883199ms old) 2026/07/19 02:46:48 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : forgetting directory cache 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2b4c3c0): _readAt: size=512, off=0 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2b4c3c0): openPending: 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-19 01:48:47 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-07-19 01:47:47 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-19 01:48:47 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-07-19 01:47:47 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/07/19 02:46:48 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/19 02:46:48 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2b4c3c0): >openPending: err= 2026/07/19 02:46:48 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2b4c3c0): >_readAt: n=20, err=EOF 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2b4c3c0): close: 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:48:47 +0000 UTC 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2b4c3c0): >close: err= 2026/07/19 02:46:48 DEBUG : Re-reading directory (117.643878ms old) 2026/07/19 02:46:48 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : forgetting directory cache 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2672080): _readAt: size=512, off=0 2026/07/19 02:46:48 DEBUG : TestRWCacheUpdate(0x3f0bf2672080): openPending: 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:48 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-19 01:49:47 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-07-19 01:48:47 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-19 01:49:47 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-07-19 01:48:47 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/07/19 02:46:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/19 02:46:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2672080): >openPending: err= 2026/07/19 02:46:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2672080): >_readAt: n=20, err=EOF 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2672080): close: 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:49:47 +0000 UTC 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2672080): >close: err= 2026/07/19 02:46:49 DEBUG : Re-reading directory (106.132547ms old) 2026/07/19 02:46:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : forgetting directory cache 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2aba880): _readAt: size=512, off=0 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2aba880): openPending: 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-19 01:50:47 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-07-19 01:49:47 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-19 01:50:47 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-07-19 01:49:47 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/07/19 02:46:49 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/19 02:46:49 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2aba880): >openPending: err= 2026/07/19 02:46:49 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2aba880): >_readAt: n=20, err=EOF 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2aba880): close: 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:50:47 +0000 UTC 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2aba880): >close: err= 2026/07/19 02:46:49 DEBUG : Re-reading directory (114.529527ms old) 2026/07/19 02:46:49 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/07/19 02:46:49 DEBUG : forgetting directory cache 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2e88980): _readAt: size=512, off=0 2026/07/19 02:46:49 DEBUG : TestRWCacheUpdate(0x3f0bf2e88980): openPending: 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:49 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-19 01:51:47 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-07-19 01:50:47 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-19 01:51:47 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-07-19 01:50:47 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/07/19 02:46:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/19 02:46:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2e88980): >openPending: err= 2026/07/19 02:46:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2e88980): >_readAt: n=20, err=EOF 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2e88980): close: 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:51:47 +0000 UTC 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2e88980): >close: err= 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : forgetting directory cache 2026/07/19 02:46:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2831380): _readAt: size=512, off=0 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2831380): openPending: 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-07-19 01:52:47 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-07-19 01:51:47 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-07-19 01:52:47 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-07-19 01:51:47 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/07/19 02:46:50 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/07/19 02:46:50 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2831380): >openPending: err= 2026/07/19 02:46:50 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2831380): >_readAt: n=20, err=EOF 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2831380): close: 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:52:47 +0000 UTC 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate(0x3f0bf2831380): >close: err= 2026/07/19 02:46:50 DEBUG : Re-reading directory (108.965648ms old) 2026/07/19 02:46:50 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:50 DEBUG : forgetting directory cache 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:50 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:50 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2e89280): _readAt: size=512, off=0 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2e89280): openPending: 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-07-19 01:53:47 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-07-19 01:52:47 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-07-19 01:53:47 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-07-19 01:52:47 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/07/19 02:46:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/07/19 02:46:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2e89280): >openPending: err= 2026/07/19 02:46:51 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2e89280): >_readAt: n=21, err=EOF 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2e89280): close: 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:53:47 +0000 UTC 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2e89280): >close: err= 2026/07/19 02:46:51 DEBUG : Re-reading directory (110.758934ms old) 2026/07/19 02:46:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : forgetting directory cache 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2a1c840): _readAt: size=512, off=0 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2a1c840): openPending: 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-07-19 01:54:47 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-07-19 01:53:47 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-07-19 01:54:47 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-07-19 01:53:47 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/07/19 02:46:51 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/07/19 02:46:51 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2a1c840): >openPending: err= 2026/07/19 02:46:51 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2a1c840): >_readAt: n=22, err=EOF 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2a1c840): close: 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:54:47 +0000 UTC 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate(0x3f0bf2a1c840): >close: err= 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : forgetting directory cache 2026/07/19 02:46:51 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:51 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:51 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf2a1d180): _readAt: size=512, off=0 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf2a1d180): openPending: 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-07-19 01:55:47 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-07-19 01:54:47 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-07-19 01:55:47 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-07-19 01:54:47 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/07/19 02:46:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/07/19 02:46:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf2a1d180): >openPending: err= 2026/07/19 02:46:52 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf2a1d180): >_readAt: n=23, err=EOF 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf2a1d180): close: 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:55:47 +0000 UTC 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf2a1d180): >close: err= 2026/07/19 02:46:52 DEBUG : Re-reading directory (109.890314ms old) 2026/07/19 02:46:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : forgetting directory cache 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf295c1c0): _readAt: size=512, off=0 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf295c1c0): openPending: 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-xihawom2nune/TestRWCacheUpdate 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-07-19 01:56:47 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-07-19 01:55:47 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-07-19 01:56:47 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-07-19 01:55:47 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/07/19 02:46:52 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/07/19 02:46:52 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf295c1c0): >openPending: err= 2026/07/19 02:46:52 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf295c1c0): >_readAt: n=24, err=EOF 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf295c1c0): close: 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-07-19 01:56:47 +0000 UTC 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate(0x3f0bf295c1c0): >close: err= 2026/07/19 02:46:52 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:52 DEBUG : Looking for writers 2026/07/19 02:46:52 DEBUG : TestRWCacheUpdate: reading active writers 2026/07/19 02:46:52 DEBUG : >WaitForWriters: 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (5.24s) === RUN TestCaseSensitivity run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:52 DEBUG : forgetting directory cache 2026/07/19 02:46:52 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:52 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:52 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:52 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/19 02:46:53 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:53 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:53 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:53 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:53 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:53 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:53 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:53 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/19 02:46:53 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:53 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:53 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:53 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:53 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:53 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/19 02:46:53 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:53 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:53 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:53 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:53 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:53 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:53 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:53 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/19 02:46:53 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/19 02:46:53 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/19 02:46:53 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:53 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/19 02:46:53 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:53 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/19 02:46:53 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/19 02:46:53 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/19 02:46:53 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:53 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/FiLeA" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xihawom2nune/FiLeA 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:53 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:53 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/07/19 02:46:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/19 02:46:54 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/19 02:46:54 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FiLeB" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xihawom2nune/FiLeB 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/19 02:46:54 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/19 02:46:54 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/19 02:46:54 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/FilEb" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-xihawom2nune/FilEb 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/07/19 02:46:54 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/19 02:46:54 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/07/19 02:46:54 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/19 02:46:54 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/07/19 02:46:54 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:54 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:54 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:54 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/07/19 02:46:54 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/07/19 02:46:54 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FilEb: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/07/19 02:46:54 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/07/19 02:46:54 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:54 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:54 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:54 DEBUG : Looking for writers 2026/07/19 02:46:54 DEBUG : FiLeA: reading active writers 2026/07/19 02:46:54 DEBUG : FiLeB: reading active writers 2026/07/19 02:46:54 DEBUG : FilEb: reading active writers 2026/07/19 02:46:54 DEBUG : >WaitForWriters: 2026/07/19 02:46:54 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:54 DEBUG : Looking for writers 2026/07/19 02:46:54 DEBUG : FiLeB: reading active writers 2026/07/19 02:46:54 DEBUG : FilEb: reading active writers 2026/07/19 02:46:54 DEBUG : FiLeA: reading active writers 2026/07/19 02:46:54 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.68s) === RUN TestUnicodeNormalization run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/normal name with no special characters.txt" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/normal\ name\ with\ no\ special\ characters.txt 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/normal\ name\ with\ no\ special\ characters.txt" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xihawom2nune/normal name with no special characters.txt 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/normal name with no special characters.txt" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/normal\ name\ with\ no\ special\ characters.txt 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/normal\ name\ with\ no\ special\ characters.txt" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-xihawom2nune/normal name with no special characters.txt 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/測試_Русский___ě_áñ" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/測試_Русский___ě_áñ 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/測試_Русский___ě_áñ" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xihawom2nune/測試_Русский___ě_áñ 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/測試_Русский___ě_áñ" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/測試_Русский___ě_áñ 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/測試_Русский___ě_áñ" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-xihawom2nune/測試_Русский___ě_áñ 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/07/19 02:46:54 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/normal name with no special characters.txt" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/normal\ name\ with\ no\ special\ characters.txt 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/normal\ name\ with\ no\ special\ characters.txt" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-xihawom2nune/normal name with no special characters.txt 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:54 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:54 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/測試_Русский___ě_áñ" 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/測試_Русский___ě_áñ 2026/07/19 02:46:54 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/測試_Русский___ě_áñ" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-xihawom2nune/測試_Русский___ě_áñ 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/07/19 02:46:55 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:55 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : normal name with no special characters.txt: reading active writers 2026/07/19 02:46:55 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.68s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:55 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Reusing VFS from active cache 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:55 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:55 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:55 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : dir: Looking for writers 2026/07/19 02:46:55 DEBUG : file2: reading active writers 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : dir: reading active writers 2026/07/19 02:46:55 DEBUG : file1: reading active writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.42s) === RUN TestVFSStatParent run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:55 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:55 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/19 02:46:55 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:55 DEBUG : dir: Looking for writers 2026/07/19 02:46:55 DEBUG : Looking for writers 2026/07/19 02:46:55 DEBUG : dir: reading active writers 2026/07/19 02:46:55 DEBUG : file1: reading active writers 2026/07/19 02:46:55 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.46s) === RUN TestVFSOpenFile run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:55 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:55 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/19 02:46:56 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:56 DEBUG : file1: Open: flags=O_RDONLY 2026/07/19 02:46:56 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/19 02:46:56 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/19 02:46:56 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:56 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:56 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/07/19 02:46:56 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (0 bytes), uploading instead of streaming 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: size = 0 OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/new_file.txt" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/new_file.txt 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/new_file.txt" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/dir/new_file.txt 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:46:56 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/07/19 02:46:56 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/07/19 02:46:56 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:56 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/07/19 02:46:56 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:56 DEBUG : dir: Looking for writers 2026/07/19 02:46:56 DEBUG : file2: reading active writers 2026/07/19 02:46:56 DEBUG : new_file.txt: reading active writers 2026/07/19 02:46:56 DEBUG : Looking for writers 2026/07/19 02:46:56 DEBUG : file1: reading active writers 2026/07/19 02:46:56 DEBUG : dir: reading active writers 2026/07/19 02:46:56 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.67s) === RUN TestVFSRename run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:56 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file2" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xihawom2nune/dir/file2 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/19 02:46:56 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/07/19 02:46:56 DEBUG : dir/file1: Updating file with dir/file1 0x3f0bf2968270 2026/07/19 02:46:56 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/07/19 02:46:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:56 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:56 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/dir/file1" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xihawom2nune/dir/file1 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:57 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/19 02:46:57 INFO : dir/file1: Moved (server-side) to: file0 2026/07/19 02:46:57 DEBUG : file0: Updating file with file0 0x3f0bf2968270 2026/07/19 02:46:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file0" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file0 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file0" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-xihawom2nune/file0 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:57 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file0" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file0 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file0" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-xihawom2nune/file0 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:57 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/07/19 02:46:57 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:57 DEBUG : dir: Looking for writers 2026/07/19 02:46:57 DEBUG : Looking for writers 2026/07/19 02:46:57 DEBUG : file0: reading active writers 2026/07/19 02:46:57 DEBUG : dir: reading active writers 2026/07/19 02:46:57 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.72s) === RUN TestVFSStatfs run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:57 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Server has VFS statistics extension 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: About path "/rclone-test-xihawom2nune" 2026/07/19 02:46:57 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:57 DEBUG : Looking for writers 2026/07/19 02:46:57 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.01s) === RUN TestVFSMkdir run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:57 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddDir: "/" 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddDir: "b" 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddDir: "c" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: 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/19 02:46:57 DEBUG : Added virtual directory entry vAddDir: "d" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: 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/19 02:46:57 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:57 DEBUG : Looking for writers 2026/07/19 02:46:57 DEBUG : a: Looking for writers 2026/07/19 02:46:57 DEBUG : b: Looking for writers 2026/07/19 02:46:57 DEBUG : c: Looking for writers 2026/07/19 02:46:57 DEBUG : d: Looking for writers 2026/07/19 02:46:57 DEBUG : Looking for writers 2026/07/19 02:46:57 DEBUG : b: reading active writers 2026/07/19 02:46:57 DEBUG : c: reading active writers 2026/07/19 02:46:57 DEBUG : d: reading active writers 2026/07/19 02:46:57 DEBUG : /: reading active writers 2026/07/19 02:46:57 DEBUG : a: reading active writers 2026/07/19 02:46:57 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.31s) === RUN TestVFSMkdirAll run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:57 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddDir: "a" 2026/07/19 02:46:57 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/07/19 02:46:57 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/07/19 02:46:57 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/07/19 02:46:57 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:57 DEBUG : a/b/c/d: Looking for writers 2026/07/19 02:46:57 DEBUG : a/b/c: Looking for writers 2026/07/19 02:46:57 DEBUG : d: reading active writers 2026/07/19 02:46:57 DEBUG : a/b: Looking for writers 2026/07/19 02:46:57 DEBUG : c: reading active writers 2026/07/19 02:46:57 DEBUG : a: Looking for writers 2026/07/19 02:46:57 DEBUG : b: reading active writers 2026/07/19 02:46:57 DEBUG : Looking for writers 2026/07/19 02:46:57 DEBUG : a: reading active writers 2026/07/19 02:46:57 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.08s) === 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-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:57 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:57 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:57 DEBUG : Looking for writers 2026/07/19 02:46:57 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-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:57 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:57 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:57 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:57 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:57 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/19 02:46:57 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/07/19 02:46:57 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (5 bytes), uploading instead of streaming 2026/07/19 02:46:57 DEBUG : file1: size = 5 OK 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:57 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:57 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:57 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:57 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:58 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:58 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/07/19 02:46:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:58 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/07/19 02:46:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/19 02:46:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (0 bytes), uploading instead of streaming 2026/07/19 02:46:58 DEBUG : file1: size = 0 OK 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:58 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:58 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:46:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/07/19 02:46:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (7 bytes), uploading instead of streaming 2026/07/19 02:46:58 DEBUG : file1: size = 7 OK 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:58 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:58 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/07/19 02:46:58 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/07/19 02:46:58 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:58 DEBUG : Looking for writers 2026/07/19 02:46:58 DEBUG : file1: reading active writers 2026/07/19 02:46:58 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.56s) === RUN TestWriteFileHandleWriteAt run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:58 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:58 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/07/19 02:46:59 DEBUG : file1: aborting in-sequence write wait, off=100 2026/07/19 02:46:59 DEBUG : file1: failed to wait for in-sequence write to 100 2026/07/19 02:46:59 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (11 bytes), uploading instead of streaming 2026/07/19 02:46:59 DEBUG : file1: size = 11 OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:59 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/07/19 02:46:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:59 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:59 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/07/19 02:46:59 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:59 DEBUG : Looking for writers 2026/07/19 02:46:59 DEBUG : file1: reading active writers 2026/07/19 02:46:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.30s) === RUN TestWriteFileHandleFlush run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:59 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (5 bytes), uploading instead of streaming 2026/07/19 02:46:59 DEBUG : file1: size = 5 OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:59 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/07/19 02:46:59 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/07/19 02:46:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/07/19 02:46:59 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:59 DEBUG : Looking for writers 2026/07/19 02:46:59 DEBUG : file1: reading active writers 2026/07/19 02:46:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.12s) === RUN TestWriteFileHandleRelease run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:59 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : file1: WriteFileHandle.Release closing 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (0 bytes), uploading instead of streaming 2026/07/19 02:46:59 DEBUG : file1: size = 0 OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:59 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:46:59 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:46:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/07/19 02:46:59 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:59 DEBUG : Looking for writers 2026/07/19 02:46:59 DEBUG : file1: reading active writers 2026/07/19 02:46:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:59 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (2 bytes), uploading instead of streaming 2026/07/19 02:46:59 DEBUG : file1: size = 2 OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:46:59 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/07/19 02:46:59 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/07/19 02:46:59 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:46:59 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:46:59 DEBUG : Looking for writers 2026/07/19 02:46:59 DEBUG : file1: reading active writers 2026/07/19 02:46:59 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.11s) === RUN TestFileReadAtZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:46:59 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:46:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:46:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:46:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (0 bytes), uploading instead of streaming 2026/07/19 02:46:59 DEBUG : file1: size = 0 OK 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:46:59 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-xihawom2nune/file1 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/07/19 02:47:00 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/07/19 02:47:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:47:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:47:00 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:47:00 DEBUG : file1: Open: flags=O_RDONLY 2026/07/19 02:47:00 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/19 02:47:00 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/19 02:47:00 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:00 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:00 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:47:00 DEBUG : Looking for writers 2026/07/19 02:47:00 DEBUG : file1: reading active writers 2026/07/19 02:47:00 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.12s) === RUN TestFileReadAtNonZeroLength run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:47:00 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:47:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/07/19 02:47:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/07/19 02:47:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:47:00 DEBUG : file1: >Open: fd=file1 (w), err= 2026/07/19 02:47:00 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/07/19 02:47:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: File to upload is small (100 bytes), uploading instead of streaming 2026/07/19 02:47:00 DEBUG : file1: size = 100 OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/file1" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/file1 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/file1" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: b8b5056b7b58a998be90e9b302a2f355 /rclone-test-xihawom2nune/file1 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : file1: Parsed hash: b8b5056b7b58a998be90e9b302a2f355 2026/07/19 02:47:00 DEBUG : file1: md5 = b8b5056b7b58a998be90e9b302a2f355 OK 2026/07/19 02:47:00 DEBUG : file1: Size and md5 of src and dst objects identical 2026/07/19 02:47:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/07/19 02:47:00 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/07/19 02:47:00 DEBUG : file1: Open: flags=O_RDONLY 2026/07/19 02:47:00 DEBUG : file1: >Open: fd=file1 (r), err= 2026/07/19 02:47:00 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/07/19 02:47:00 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:00 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:00 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:47:00 DEBUG : Looking for writers 2026/07/19 02:47:00 DEBUG : file1: reading active writers 2026/07/19 02:47:00 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.12s) === RUN TestZipManyFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:47:00 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f000.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f000.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f000.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xihawom2nune/flat/f000.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f000.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/flat/f000.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/flat/f000.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-xihawom2nune/flat/f000.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f001.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f001.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f001.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xihawom2nune/flat/f001.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f001.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/flat/f001.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/flat/f001.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-xihawom2nune/flat/f001.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f002.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f002.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f002.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xihawom2nune/flat/f002.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f002.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/flat/f002.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/flat/f002.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-xihawom2nune/flat/f002.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f003.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f003.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f003.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xihawom2nune/flat/f003.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:00 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f003.txt" 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/flat/f003.txt 2026/07/19 02:47:00 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/flat/f003.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-xihawom2nune/flat/f003.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f004.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f004.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f004.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xihawom2nune/flat/f004.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f004.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: sha1sum /rclone-test-xihawom2nune/flat/f004.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-xihawom2nune/flat/f004.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-xihawom2nune/flat/f004.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/07/19 02:47:01 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/07/19 02:47:01 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f000.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f000.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f000.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-xihawom2nune/flat/f000.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/07/19 02:47:01 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/07/19 02:47:01 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f001.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f001.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f001.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-xihawom2nune/flat/f001.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/07/19 02:47:01 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/07/19 02:47:01 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f002.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f002.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f002.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-xihawom2nune/flat/f002.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/07/19 02:47:01 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/07/19 02:47:01 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f003.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f003.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f003.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-xihawom2nune/flat/f003.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/07/19 02:47:01 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/07/19 02:47:01 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/flat/f004.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/flat/f004.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/flat/f004.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-xihawom2nune/flat/f004.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/07/19 02:47:01 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:47:01 DEBUG : flat: Looking for writers 2026/07/19 02:47:01 DEBUG : f000.txt: reading active writers 2026/07/19 02:47:01 DEBUG : f001.txt: reading active writers 2026/07/19 02:47:01 DEBUG : f002.txt: reading active writers 2026/07/19 02:47:01 DEBUG : f003.txt: reading active writers 2026/07/19 02:47:01 DEBUG : f004.txt: reading active writers 2026/07/19 02:47:01 DEBUG : Looking for writers 2026/07/19 02:47:01 DEBUG : flat: reading active writers 2026/07/19 02:47:01 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.55s) === RUN TestZipManySubDirs run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:47:01 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:47:01 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/07/19 02:47:01 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/a/b/c/deep.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/a/b/c/deep.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/a/b/c/deep.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-xihawom2nune/a/b/c/deep.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:01 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/07/19 02:47:01 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/07/19 02:47:01 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/07/19 02:47:01 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:01 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/a/b/mid.txt" 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/a/b/mid.txt 2026/07/19 02:47:01 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/a/b/mid.txt" 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-xihawom2nune/a/b/mid.txt 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:02 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/07/19 02:47:02 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/07/19 02:47:02 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/07/19 02:47:02 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:02 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/a/top.txt" 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/a/top.txt 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/a/top.txt" 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-xihawom2nune/a/top.txt 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:02 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/07/19 02:47:02 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:47:02 DEBUG : a/b/c: Looking for writers 2026/07/19 02:47:02 DEBUG : deep.txt: reading active writers 2026/07/19 02:47:02 DEBUG : a/b: Looking for writers 2026/07/19 02:47:02 DEBUG : c: reading active writers 2026/07/19 02:47:02 DEBUG : mid.txt: reading active writers 2026/07/19 02:47:02 DEBUG : a: Looking for writers 2026/07/19 02:47:02 DEBUG : b: reading active writers 2026/07/19 02:47:02 DEBUG : top.txt: reading active writers 2026/07/19 02:47:02 DEBUG : Looking for writers 2026/07/19 02:47:02 DEBUG : a: reading active writers 2026/07/19 02:47:02 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.39s) === RUN TestZipLargeFiles run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:47:02 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/bigdir/big.bin" 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/bigdir/big.bin 2026/07/19 02:47:02 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/bigdir/big.bin" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: e00fedfee676b435cb6a2fa999a483ab /rclone-test-xihawom2nune/bigdir/big.bin 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:03 DEBUG : bigdir/big.bin: Parsed hash: e00fedfee676b435cb6a2fa999a483ab 2026/07/19 02:47:03 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:47:03 DEBUG : bigdir: Looking for writers 2026/07/19 02:47:03 DEBUG : big.bin: reading active writers 2026/07/19 02:47:03 DEBUG : Looking for writers 2026/07/19 02:47:03 DEBUG : bigdir: reading active writers 2026/07/19 02:47:03 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (1.03s) === RUN TestZipDirsInRoot run.go:198: Remote "sftp://rclone@:22/rclone-test-xihawom2nune", Local "Local file system at /tmp/rclone2021689131", Modify Window "1s" 2026/07/19 02:47:03 INFO : sftp://rclone@:22/rclone-test-xihawom2nune: poll-interval is not supported by this remote 2026/07/19 02:47:03 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/07/19 02:47:03 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/07/19 02:47:03 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:03 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir1/a.txt" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir1/a.txt 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir1/a.txt" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-xihawom2nune/dir1/a.txt 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:03 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/07/19 02:47:03 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/07/19 02:47:03 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/07/19 02:47:03 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:03 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir2/b.txt" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir2/b.txt 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir2/b.txt" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: 415290769594460e2e485922904f345d /rclone-test-xihawom2nune/dir2/b.txt 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:03 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/07/19 02:47:03 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/07/19 02:47:03 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/07/19 02:47:03 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/07/19 02:47:03 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Shell path "/rclone-test-xihawom2nune/dir3/c.txt" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: creating additional session 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Running remote command: md5sum /rclone-test-xihawom2nune/dir3/c.txt 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-xihawom2nune/dir3/c.txt" 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: command exited OK 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-xihawom2nune/dir3/c.txt 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: ssh external: close 2026/07/19 02:47:03 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/07/19 02:47:03 DEBUG : WaitForWriters: timeout=30s 2026/07/19 02:47:03 DEBUG : dir2: Looking for writers 2026/07/19 02:47:03 DEBUG : b.txt: reading active writers 2026/07/19 02:47:03 DEBUG : dir3: Looking for writers 2026/07/19 02:47:03 DEBUG : c.txt: reading active writers 2026/07/19 02:47:03 DEBUG : dir1: Looking for writers 2026/07/19 02:47:03 DEBUG : a.txt: reading active writers 2026/07/19 02:47:03 DEBUG : Looking for writers 2026/07/19 02:47:03 DEBUG : dir1: reading active writers 2026/07/19 02:47:03 DEBUG : dir2: reading active writers 2026/07/19 02:47:03 DEBUG : dir3: reading active writers 2026/07/19 02:47:03 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.38s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/07/19 02:47:03 DEBUG : sftp://rclone@:22/rclone-test-xihawom2nune: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 50.008976038s (try 1/5)