"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/28 01:03:41 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-yigekef9qici" 2026/04/28 01:03:41 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/28 01:03:41 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/28 01:03:41 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/04/28 01:03:41 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/28 01:03:41 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/04/28 01:03:41 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/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell type "unix" from config 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Relative path resolved to "/rclone-test-yigekef9qici" 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Using root directory "/rclone-test-yigekef9qici" 2026/04/28 01:03:41 DEBUG : Creating backend with remote "/tmp/rclone2352123149" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:41 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:41 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:42 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:42 DEBUG : dir: Looking for writers 2026/04/28 01:03:42 DEBUG : Looking for writers 2026/04/28 01:03:42 DEBUG : dir: reading active writers 2026/04/28 01:03:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.21s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:42 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/28 01:03:42 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:42 DEBUG : dir/subdir: Looking for writers 2026/04/28 01:03:42 DEBUG : dir: Looking for writers 2026/04/28 01:03:42 DEBUG : file1: reading active writers 2026/04/28 01:03:42 DEBUG : file2: reading active writers 2026/04/28 01:03:42 DEBUG : subdir: reading active writers 2026/04/28 01:03:42 DEBUG : Looking for writers 2026/04/28 01:03:42 DEBUG : dir: reading active writers 2026/04/28 01:03:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.60s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:42 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:42 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:42 DEBUG : dir: Looking for writers 2026/04/28 01:03:42 DEBUG : file1: reading active writers 2026/04/28 01:03:42 DEBUG : Looking for writers 2026/04/28 01:03:42 DEBUG : dir: reading active writers 2026/04/28 01:03:42 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.21s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:42 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:42 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:43 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:43 DEBUG : dir: Looking for writers 2026/04/28 01:03:43 DEBUG : Looking for writers 2026/04/28 01:03:43 DEBUG : dir: reading active writers 2026/04/28 01:03:43 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.23s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:43 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:43 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:43 DEBUG : forgetting directory cache 2026/04/28 01:03:43 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:43 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:43 DEBUG : Looking for writers 2026/04/28 01:03:43 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.17s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:43 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:43 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/28 01:03:43 DEBUG : dir: invalidating directory cache 2026/04/28 01:03:43 DEBUG : >ForgetPath: 2026/04/28 01:03:43 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/28 01:03:43 DEBUG : invalidating directory cache 2026/04/28 01:03:43 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:43 DEBUG : >ForgetPath: 2026/04/28 01:03:43 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/28 01:03:43 DEBUG : >ForgetPath: 2026/04/28 01:03:43 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:43 DEBUG : dir: Looking for writers 2026/04/28 01:03:43 DEBUG : Looking for writers 2026/04/28 01:03:43 DEBUG : dir: reading active writers 2026/04/28 01:03:43 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.16s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:43 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/fil/a/b/c" 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/fil/a/b/c 2026/04/28 01:03:43 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/fil/a/b/c" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-yigekef9qici/fil/a/b/c 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/fil/a/b/c" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/fil/a/b/c 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/fil/a/b/c" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-yigekef9qici/fil/a/b/c 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/28 01:03:44 DEBUG : forgetting directory cache 2026/04/28 01:03:44 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:44 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:44 DEBUG : dir: Looking for writers 2026/04/28 01:03:44 DEBUG : fil/a/b: Looking for writers 2026/04/28 01:03:44 DEBUG : fil/a: Looking for writers 2026/04/28 01:03:44 DEBUG : b: reading active writers 2026/04/28 01:03:44 DEBUG : fil: Looking for writers 2026/04/28 01:03:44 DEBUG : a: reading active writers 2026/04/28 01:03:44 DEBUG : Looking for writers 2026/04/28 01:03:44 DEBUG : dir: reading active writers 2026/04/28 01:03:44 DEBUG : fil: reading active writers 2026/04/28 01:03:44 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.72s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:44 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:44 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:44 DEBUG : dir: Looking for writers 2026/04/28 01:03:44 DEBUG : Looking for writers 2026/04/28 01:03:44 DEBUG : dir: reading active writers 2026/04/28 01:03:44 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:44 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:44 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:44 DEBUG : dir: Looking for writers 2026/04/28 01:03:44 DEBUG : file1: reading active writers 2026/04/28 01:03:44 DEBUG : Looking for writers 2026/04/28 01:03:44 DEBUG : dir: reading active writers 2026/04/28 01:03:44 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.21s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:44 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:44 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:44 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/subdir/file3" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yigekef9qici/dir/subdir/file3 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/28 01:03:45 DEBUG : Waiting for deletions to finish 2026/04/28 01:03:45 INFO : dir/subdir/file3: Deleted 2026/04/28 01:03:45 DEBUG : removing 1 level 2 directories 2026/04/28 01:03:45 INFO : dir/subdir: Removing directory 2026/04/28 01:03:45 DEBUG : dir: invalidating directory cache 2026/04/28 01:03:45 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/28 01:03:45 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/28 01:03:45 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/28 01:03:45 DEBUG : dir/file1: Reset virtual modtime 2026/04/28 01:03:45 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/28 01:03:45 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:45 DEBUG : dir: invalidating directory cache 2026/04/28 01:03:45 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/28 01:03:45 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/28 01:03:45 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/28 01:03:45 DEBUG : forgetting directory cache 2026/04/28 01:03:45 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:45 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/28 01:03:45 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:45 DEBUG : dir/virtualDir: Looking for writers 2026/04/28 01:03:45 DEBUG : dir: Looking for writers 2026/04/28 01:03:45 DEBUG : file1: reading active writers 2026/04/28 01:03:45 DEBUG : virtualFile2: reading active writers 2026/04/28 01:03:45 DEBUG : virtualFile: reading active writers 2026/04/28 01:03:45 DEBUG : virtualDir: reading active writers 2026/04/28 01:03:45 DEBUG : Looking for writers 2026/04/28 01:03:45 DEBUG : dir: reading active writers 2026/04/28 01:03:45 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.49s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:45 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:45 ERROR : dir/: Can only open directories read only 2026/04/28 01:03:45 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:45 DEBUG : dir: Looking for writers 2026/04/28 01:03:45 DEBUG : Looking for writers 2026/04/28 01:03:45 DEBUG : dir: reading active writers 2026/04/28 01:03:45 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.21s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:45 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:45 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/28 01:03:45 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (5 bytes), uploading instead of streaming 2026/04/28 01:03:45 DEBUG : dir/potato: size = 5 OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/potato" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/potato 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/potato" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/dir/potato 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:03:45 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:03:45 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/28 01:03:45 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:45 DEBUG : dir: Looking for writers 2026/04/28 01:03:45 DEBUG : potato: reading active writers 2026/04/28 01:03:45 DEBUG : file1: reading active writers 2026/04/28 01:03:45 DEBUG : Looking for writers 2026/04/28 01:03:45 DEBUG : dir: reading active writers 2026/04/28 01:03:45 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.41s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:45 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:45 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:45 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:46 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:46 DEBUG : dir/sub: Looking for writers 2026/04/28 01:03:46 DEBUG : dir: Looking for writers 2026/04/28 01:03:46 DEBUG : file1: reading active writers 2026/04/28 01:03:46 DEBUG : sub: reading active writers 2026/04/28 01:03:46 DEBUG : Looking for writers 2026/04/28 01:03:46 DEBUG : dir: reading active writers 2026/04/28 01:03:46 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.51s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:46 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:46 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/28 01:03:46 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:46 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:46 DEBUG : dir/sub/subsub: Looking for writers 2026/04/28 01:03:46 DEBUG : dir/sub: Looking for writers 2026/04/28 01:03:46 DEBUG : subsub: reading active writers 2026/04/28 01:03:46 DEBUG : dir: Looking for writers 2026/04/28 01:03:46 DEBUG : file1: reading active writers 2026/04/28 01:03:46 DEBUG : sub: reading active writers 2026/04/28 01:03:46 DEBUG : Looking for writers 2026/04/28 01:03:46 DEBUG : dir: reading active writers 2026/04/28 01:03:46 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.34s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:46 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:46 ERROR : dir/: Dir.Remove not empty 2026/04/28 01:03:46 DEBUG : dir/file1: Remove: 2026/04/28 01:03:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:46 DEBUG : dir/file1: >Remove: err= 2026/04/28 01:03:46 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/28 01:03:46 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:46 DEBUG : Looking for writers 2026/04/28 01:03:46 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.21s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:46 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:46 DEBUG : dir/file1: Remove: 2026/04/28 01:03:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:46 DEBUG : dir/file1: >Remove: err= 2026/04/28 01:03:46 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/28 01:03:46 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:46 DEBUG : Looking for writers 2026/04/28 01:03:46 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.16s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:46 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:46 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:47 DEBUG : dir/file1: Remove: 2026/04/28 01:03:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:47 DEBUG : dir/file1: >Remove: err= 2026/04/28 01:03:47 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:47 DEBUG : dir: Looking for writers 2026/04/28 01:03:47 DEBUG : Looking for writers 2026/04/28 01:03:47 DEBUG : dir: reading active writers 2026/04/28 01:03:47 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.31s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:47 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file3" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file3 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file3" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yigekef9qici/dir/file3 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file3" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file3 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file3" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yigekef9qici/dir/file3 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/28 01:03:47 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/28 01:03:47 DEBUG : dir: Updating dir with dir2 0x17238d730d00 2026/04/28 01:03:47 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:47 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/28 01:03:47 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir2/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir2/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir2/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:47 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file1" 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir2/file1 2026/04/28 01:03:47 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir2/file1" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir2/file1 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/28 01:03:48 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/28 01:03:48 DEBUG : file2: Updating file with file2 0x17238d82dc70 2026/04/28 01:03:48 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:48 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file2" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file2 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file2" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/file2 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file2" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file2 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file2" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/file2 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/28 01:03:48 INFO : dir2/file3: Deleted 2026/04/28 01:03:48 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/28 01:03:48 DEBUG : dir2/file3: Updating file with dir2/file3 0x17238d82dc70 2026/04/28 01:03:48 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/28 01:03:48 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir2/file3" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir2/file3 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:48 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/28 01:03:48 DEBUG : empty directory: Updating dir with renamed empty directory 0x17238d9c0dd0 2026/04/28 01:03:48 DEBUG : empty directory: forgetting directory cache 2026/04/28 01:03:48 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/28 01:03:48 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/28 01:03:48 DEBUG : dir2: Renaming to "dir3" 2026/04/28 01:03:48 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:48 DEBUG : dir3: Looking for writers 2026/04/28 01:03:48 DEBUG : file3: reading active writers 2026/04/28 01:03:48 DEBUG : renamed empty directory: Looking for writers 2026/04/28 01:03:48 DEBUG : Looking for writers 2026/04/28 01:03:48 DEBUG : dir3: reading active writers 2026/04/28 01:03:48 DEBUG : renamed empty directory: reading active writers 2026/04/28 01:03:48 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.64s) === RUN TestDirStructSize dir_test.go:611: Dir struct has size 200 bytes --- PASS: TestDirStructSize (0.00s) === RUN TestDirFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:48 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:48 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:49 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/28 01:03:49 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:03:49 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:03:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/28 01:03:49 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/28 01:03:49 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/28 01:03:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/28 01:03:49 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:03:49 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:03:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/28 01:03:49 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/28 01:03:49 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/28 01:03:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (12 bytes), uploading instead of streaming 2026/04/28 01:03:49 DEBUG : dir/sub/file2: size = 12 OK 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/sub/file2" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/sub/file2 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/sub/file2" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-yigekef9qici/dir/sub/file2 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:49 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/28 01:03:49 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/28 01:03:49 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/28 01:03:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/28 01:03:49 DEBUG : forgetting directory cache 2026/04/28 01:03:49 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:49 DEBUG : dir/sub: forgetting directory cache 2026/04/28 01:03:49 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/28 01:03:49 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (5 bytes), uploading instead of streaming 2026/04/28 01:03:49 DEBUG : dir/sub/file0: size = 5 OK 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/sub/file0" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/sub/file0 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/sub/file0" 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/dir/sub/file0 2026/04/28 01:03:49 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:49 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:03:49 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:03:49 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/28 01:03:49 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/28 01:03:49 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:49 DEBUG : dir/sub: Looking for writers 2026/04/28 01:03:49 DEBUG : file0: reading active writers 2026/04/28 01:03:49 DEBUG : file2: reading active writers 2026/04/28 01:03:49 DEBUG : dir: Looking for writers 2026/04/28 01:03:49 DEBUG : file1: reading active writers 2026/04/28 01:03:49 DEBUG : sub: reading active writers 2026/04/28 01:03:49 DEBUG : Looking for writers 2026/04/28 01:03:49 DEBUG : dir: reading active writers 2026/04/28 01:03:49 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.41s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:49 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:49 DEBUG : forgetting directory cache 2026/04/28 01:03:50 DEBUG : forgetting directory cache 2026/04/28 01:03:50 DEBUG : dir: forgetting directory cache 2026/04/28 01:03:50 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:50 DEBUG : dir: Looking for writers 2026/04/28 01:03:50 DEBUG : Looking for writers 2026/04/28 01:03:50 DEBUG : dir: reading active writers 2026/04/28 01:03:50 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:50 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/28 01:03:50 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:03:50 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/28 01:03:50 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/28 01:03:50 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/28 01:03:50 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:03:50 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/28 01:03:50 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/28 01:03:50 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:03:50 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/28 01:03:50 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/28 01:03:50 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/28 01:03:50 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:03:50 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/28 01:03:50 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:50 DEBUG : dir: Looking for writers 2026/04/28 01:03:50 DEBUG : file1: reading active writers 2026/04/28 01:03:50 DEBUG : file1.metadata: reading active writers 2026/04/28 01:03:50 DEBUG : Looking for writers 2026/04/28 01:03:50 DEBUG : dir: reading active writers 2026/04/28 01:03:50 DEBUG : dir.metadata: reading active writers 2026/04/28 01:03:50 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.16s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:50 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:50 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:50 DEBUG : dir: Looking for writers 2026/04/28 01:03:50 DEBUG : file1: reading active writers 2026/04/28 01:03:50 DEBUG : Looking for writers 2026/04/28 01:03:50 DEBUG : dir: reading active writers 2026/04/28 01:03:50 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.21s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:50 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:50 DEBUG : Can set mod time: true 2026/04/28 01:03:50 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:50 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:51 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:51 DEBUG : dir: Looking for writers 2026/04/28 01:03:51 DEBUG : file1: reading active writers 2026/04/28 01:03:51 DEBUG : Looking for writers 2026/04/28 01:03:51 DEBUG : dir: reading active writers 2026/04/28 01:03:51 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:51 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:03:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/28 01:03:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (0 bytes), uploading instead of streaming 2026/04/28 01:03:51 DEBUG : dir/file1: size = 0 OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:03:51 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:03:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/28 01:03:51 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/28 01:03:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:51 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:51 DEBUG : dir: Looking for writers 2026/04/28 01:03:51 DEBUG : file1: reading active writers 2026/04/28 01:03:51 DEBUG : Looking for writers 2026/04/28 01:03:51 DEBUG : dir: reading active writers 2026/04/28 01:03:51 DEBUG : >WaitForWriters: 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/28 01:03:51 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:51 DEBUG : dir: Looking for writers 2026/04/28 01:03:51 DEBUG : file1: reading active writers 2026/04/28 01:03:51 DEBUG : Looking for writers 2026/04/28 01:03:51 DEBUG : dir: reading active writers 2026/04/28 01:03:51 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:51 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:03:51 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/28 01:03:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (5 bytes), uploading instead of streaming 2026/04/28 01:03:51 DEBUG : dir/file1: size = 5 OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:51 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:03:51 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:03:51 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/28 01:03:51 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/28 01:03:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:51 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:51 DEBUG : dir: Looking for writers 2026/04/28 01:03:51 DEBUG : file1: reading active writers 2026/04/28 01:03:51 DEBUG : Looking for writers 2026/04/28 01:03:51 DEBUG : dir: reading active writers 2026/04/28 01:03:51 DEBUG : >WaitForWriters: 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:51 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/28 01:03:52 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:52 DEBUG : dir: Looking for writers 2026/04/28 01:03:52 DEBUG : file1: reading active writers 2026/04/28 01:03:52 DEBUG : Looking for writers 2026/04/28 01:03:52 DEBUG : dir: reading active writers 2026/04/28 01:03:52 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:52 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:52 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:52 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:52 DEBUG : dir: Looking for writers 2026/04/28 01:03:52 DEBUG : file1: reading active writers 2026/04/28 01:03:52 DEBUG : Looking for writers 2026/04/28 01:03:52 DEBUG : dir: reading active writers 2026/04/28 01:03:52 DEBUG : >WaitForWriters: 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:52 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:52 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/28 01:03:52 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:03:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:03:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:03:52 DEBUG : dir/file1(0x17238d945100): close: 2026/04/28 01:03:52 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/28 01:03:52 DEBUG : dir/file1(0x17238d945100): >close: err= 2026/04/28 01:03:52 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:52 DEBUG : dir: Looking for writers 2026/04/28 01:03:52 DEBUG : file1: reading active writers 2026/04/28 01:03:52 DEBUG : Looking for writers 2026/04/28 01:03:52 DEBUG : dir: reading active writers 2026/04/28 01:03:52 DEBUG : >WaitForWriters: 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:52 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:52 DEBUG : dir: Looking for writers 2026/04/28 01:03:52 DEBUG : file1: reading active writers 2026/04/28 01:03:52 DEBUG : Looking for writers 2026/04/28 01:03:52 DEBUG : dir: reading active writers 2026/04/28 01:03:52 DEBUG : >WaitForWriters: 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:52 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:52 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:52 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:53 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/28 01:03:53 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:03:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:03:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:03:53 DEBUG : dir/file1(0x17238dfb22c0): _writeAt: size=5, off=0 2026/04/28 01:03:53 DEBUG : dir/file1(0x17238dfb22c0): openPending: 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/28 01:03:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:53 DEBUG : dir/file1(0x17238dfb22c0): >openPending: err= 2026/04/28 01:03:53 DEBUG : dir/file1(0x17238dfb22c0): >_writeAt: n=5, err= 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/28 01:03:53 DEBUG : dir/file1(0x17238dfb22c0): close: 2026/04/28 01:03:53 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/28 01:03:53 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/28 01:03:53 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/28 01:03:53 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/28 01:03:53 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:03:53 DEBUG : dir/file1(0x17238dfb22c0): >close: err= 2026/04/28 01:03:53 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: starting upload 2026/04/28 01:03:53 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1.2f98c60a.partial" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1.2f98c60a.partial 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1.2f98c60a.partial" 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yigekef9qici/dir/file1.2f98c60a.partial 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/28 01:03:53 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/28 01:03:53 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/28 01:03:53 INFO : dir/file1: Copied (replaced existing) 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/28 01:03:53 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/28 01:03:53 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/28 01:03:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:53 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : >WaitForWriters: 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/28 01:03:53 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:53 DEBUG : dir: Looking for writers 2026/04/28 01:03:53 DEBUG : file1: reading active writers 2026/04/28 01:03:53 DEBUG : Looking for writers 2026/04/28 01:03:53 DEBUG : dir: reading active writers 2026/04/28 01:03:53 DEBUG : >WaitForWriters: 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (3.00s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.38s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.47s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.47s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.42s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.84s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:53 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:53 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:03:53 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:03:53 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:03:53 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:53 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:54 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:54 DEBUG : dir: Looking for writers 2026/04/28 01:03:54 DEBUG : file1: reading active writers 2026/04/28 01:03:54 DEBUG : Looking for writers 2026/04/28 01:03:54 DEBUG : dir: reading active writers 2026/04/28 01:03:54 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.31s) === RUN TestFileOpenReadUnknownSize 2026/04/28 01:03:54 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/28 01:03:54 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/28 01:03:54 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:03:54 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/28 01:03:54 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:54 DEBUG : Looking for writers 2026/04/28 01:03:54 DEBUG : file.txt: reading active writers 2026/04/28 01:03:54 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:54 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (25 bytes), uploading instead of streaming 2026/04/28 01:03:54 DEBUG : dir/file1: size = 25 OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:54 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:03:54 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/28 01:03:54 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:54 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:54 DEBUG : dir: Looking for writers 2026/04/28 01:03:54 DEBUG : file1: reading active writers 2026/04/28 01:03:54 DEBUG : Looking for writers 2026/04/28 01:03:54 DEBUG : dir: reading active writers 2026/04/28 01:03:54 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.32s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:54 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:54 DEBUG : dir/file1: Remove: 2026/04/28 01:03:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:54 DEBUG : dir/file1: >Remove: err= 2026/04/28 01:03:54 DEBUG : dir/file1: Remove: 2026/04/28 01:03:54 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/28 01:03:54 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:54 DEBUG : dir: Looking for writers 2026/04/28 01:03:54 DEBUG : Looking for writers 2026/04/28 01:03:54 DEBUG : dir: reading active writers 2026/04/28 01:03:54 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.20s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:54 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:54 DEBUG : dir/file1: Remove: 2026/04/28 01:03:54 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:54 DEBUG : dir/file1: >Remove: err= 2026/04/28 01:03:54 DEBUG : dir/file1: Remove: 2026/04/28 01:03:54 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/28 01:03:54 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:54 DEBUG : dir: Looking for writers 2026/04/28 01:03:54 DEBUG : Looking for writers 2026/04/28 01:03:54 DEBUG : dir: reading active writers 2026/04/28 01:03:54 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:54 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:54 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:54 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:03:55 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:03:55 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/28 01:03:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/28 01:03:55 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/28 01:03:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/28 01:03:55 DEBUG : dir/file1: Open: flags=0x3 2026/04/28 01:03:55 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/28 01:03:55 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/28 01:03:55 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:55 DEBUG : dir: Looking for writers 2026/04/28 01:03:55 DEBUG : file1: reading active writers 2026/04/28 01:03:55 DEBUG : Looking for writers 2026/04/28 01:03:55 DEBUG : dir: reading active writers 2026/04/28 01:03:55 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.22s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:55 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:55 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:55 DEBUG : dir: Looking for writers 2026/04/28 01:03:55 DEBUG : file1: reading active writers 2026/04/28 01:03:55 DEBUG : Looking for writers 2026/04/28 01:03:55 DEBUG : dir: reading active writers 2026/04/28 01:03:55 DEBUG : >WaitForWriters: 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:55 DEBUG : newLeaf: Updating file with newLeaf 0x17238e0a0dd0 2026/04/28 01:03:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:55 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/28 01:03:55 DEBUG : dir/file1: Updating file with dir/file1 0x17238e0a0dd0 2026/04/28 01:03:55 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/28 01:03:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:55 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:03:55 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/28 01:03:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:55 DEBUG : dir/file1: File is currently open, delaying rename 0x17238e0a0dd0 2026/04/28 01:03:55 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (25 bytes), uploading instead of streaming 2026/04/28 01:03:55 DEBUG : dir/file1: size = 25 OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:55 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:55 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:03:55 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/28 01:03:55 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:55 DEBUG : newLeaf: Running delayed rename now 2026/04/28 01:03:55 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:55 DEBUG : newLeaf: Updating file with newLeaf 0x17238e0a0dd0 2026/04/28 01:03:55 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:55 DEBUG : dir: Looking for writers 2026/04/28 01:03:55 DEBUG : Looking for writers 2026/04/28 01:03:55 DEBUG : dir: reading active writers 2026/04/28 01:03:55 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:55 DEBUG : >WaitForWriters: 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:55 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/28 01:03:56 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:56 DEBUG : dir: Looking for writers 2026/04/28 01:03:56 DEBUG : Looking for writers 2026/04/28 01:03:56 DEBUG : dir: reading active writers 2026/04/28 01:03:56 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:56 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:56 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:56 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:56 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:56 DEBUG : dir: Looking for writers 2026/04/28 01:03:56 DEBUG : file1: reading active writers 2026/04/28 01:03:56 DEBUG : Looking for writers 2026/04/28 01:03:56 DEBUG : dir: reading active writers 2026/04/28 01:03:56 DEBUG : >WaitForWriters: 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:56 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:56 DEBUG : newLeaf: Updating file with newLeaf 0x17238dada0d0 2026/04/28 01:03:56 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:56 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:56 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/28 01:03:56 DEBUG : dir/file1: Updating file with dir/file1 0x17238dada0d0 2026/04/28 01:03:56 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/28 01:03:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:56 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:56 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:56 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:03:56 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/28 01:03:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:57 DEBUG : dir/file1: File is currently open, delaying rename 0x17238dada0d0 2026/04/28 01:03:57 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (25 bytes), uploading instead of streaming 2026/04/28 01:03:57 DEBUG : dir/file1: size = 25 OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:57 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:03:57 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/28 01:03:57 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:57 DEBUG : newLeaf: Running delayed rename now 2026/04/28 01:03:57 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:57 DEBUG : newLeaf: Updating file with newLeaf 0x17238dada0d0 2026/04/28 01:03:57 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : >WaitForWriters: 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/28 01:03:57 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:57 DEBUG : >WaitForWriters: 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:57 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:57 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:57 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:03:57 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238d945080): openPending: 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/28 01:03:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238d945080): >openPending: err= 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:03:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:03:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238d945080): _writeAt: size=14, off=0 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238d945080): >_writeAt: n=14, err= 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238d945080): close: 2026/04/28 01:03:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/28 01:03:57 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238d945080): >close: err= 2026/04/28 01:03:57 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : file1: reading active writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : file1: reading active writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : file1: reading active writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : file1: reading active writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: starting upload 2026/04/28 01:03:57 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1.ca338588.partial" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1.ca338588.partial 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1.ca338588.partial" 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : file1: reading active writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1.ca338588.partial 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:57 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/28 01:03:57 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/28 01:03:57 INFO : dir/file1: Copied (replaced existing) 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:57 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/28 01:03:57 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/28 01:03:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:57 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/28 01:03:57 DEBUG : dir: Looking for writers 2026/04/28 01:03:57 DEBUG : file1: reading active writers 2026/04/28 01:03:57 DEBUG : Looking for writers 2026/04/28 01:03:57 DEBUG : dir: reading active writers 2026/04/28 01:03:57 DEBUG : >WaitForWriters: 2026/04/28 01:03:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:03:57 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:03:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:03:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238df69640): _readAt: size=512, off=0 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238df69640): openPending: 2026/04/28 01:03:57 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/04/28 01:03:57 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/28 01:03:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238df69640): >openPending: err= 2026/04/28 01:03:57 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238df69640): >_readAt: n=14, err=EOF 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238df69640): close: 2026/04/28 01:03:57 DEBUG : dir/file1(0x17238df69640): >close: err= 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:57 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:57 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:58 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:03:58 DEBUG : newLeaf: Updating file with newLeaf 0x17238da93040 2026/04/28 01:03:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:58 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:58 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/28 01:03:58 DEBUG : dir/file1: Updating file with dir/file1 0x17238da93040 2026/04/28 01:03:58 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/28 01:03:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:58 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:03:58 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:03:58 DEBUG : dir/file1(0x17238db92140): openPending: 2026/04/28 01:03:58 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/04/28 01:03:58 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/28 01:03:58 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:58 DEBUG : dir/file1(0x17238db92140): >openPending: err= 2026/04/28 01:03:58 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:03:58 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:03:58 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:03:58 DEBUG : dir/file1(0x17238db92140): _writeAt: size=25, off=0 2026/04/28 01:03:58 DEBUG : dir/file1(0x17238db92140): >_writeAt: n=25, err= 2026/04/28 01:03:58 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:58 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:03:58 DEBUG : newLeaf: Updating file with newLeaf 0x17238da93040 2026/04/28 01:03:58 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:58 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:58 DEBUG : newLeaf(0x17238db92140): close: 2026/04/28 01:03:58 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/28 01:03:58 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-28 01:03:58.602635038 +0000 UTC m=+16.859908901 2026/04/28 01:03:58 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/28 01:03:58 DEBUG : newLeaf(0x17238db92140): >close: err= 2026/04/28 01:03:58 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:58 DEBUG : dir: Looking for writers 2026/04/28 01:03:58 DEBUG : Looking for writers 2026/04/28 01:03:58 DEBUG : dir: reading active writers 2026/04/28 01:03:58 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:03:58 DEBUG : dir: Looking for writers 2026/04/28 01:03:58 DEBUG : Looking for writers 2026/04/28 01:03:58 DEBUG : dir: reading active writers 2026/04/28 01:03:58 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:03:58 DEBUG : dir: Looking for writers 2026/04/28 01:03:58 DEBUG : Looking for writers 2026/04/28 01:03:58 DEBUG : dir: reading active writers 2026/04/28 01:03:58 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:03:58 DEBUG : dir: Looking for writers 2026/04/28 01:03:58 DEBUG : Looking for writers 2026/04/28 01:03:58 DEBUG : dir: reading active writers 2026/04/28 01:03:58 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:03:58 DEBUG : newLeaf: vfs cache: starting upload 2026/04/28 01:03:58 DEBUG : newLeaf.ece5e9a0.partial: size = 25 OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf.ece5e9a0.partial" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf.ece5e9a0.partial 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf.ece5e9a0.partial" 2026/04/28 01:03:58 DEBUG : dir: Looking for writers 2026/04/28 01:03:58 DEBUG : Looking for writers 2026/04/28 01:03:58 DEBUG : dir: reading active writers 2026/04/28 01:03:58 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf.ece5e9a0.partial 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:58 DEBUG : newLeaf.ece5e9a0.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:58 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:03:58 DEBUG : newLeaf.ece5e9a0.partial: renamed to: newLeaf 2026/04/28 01:03:58 INFO : newLeaf: Copied (replaced existing) 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:58 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:59 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-28 01:03:58 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/28 01:03:59 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/28 01:03:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:59 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/28 01:03:59 DEBUG : dir: Looking for writers 2026/04/28 01:03:59 DEBUG : Looking for writers 2026/04/28 01:03:59 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:59 DEBUG : dir: reading active writers 2026/04/28 01:03:59 DEBUG : >WaitForWriters: 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/28 01:03:59 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:59 DEBUG : dir: Looking for writers 2026/04/28 01:03:59 DEBUG : Looking for writers 2026/04/28 01:03:59 DEBUG : dir: reading active writers 2026/04/28 01:03:59 DEBUG : newLeaf: reading active writers 2026/04/28 01:03:59 DEBUG : >WaitForWriters: 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:03:59 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:03:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:03:59 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:59 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:03:59 DEBUG : dir: Looking for writers 2026/04/28 01:03:59 DEBUG : file1: reading active writers 2026/04/28 01:03:59 DEBUG : Looking for writers 2026/04/28 01:03:59 DEBUG : dir: reading active writers 2026/04/28 01:03:59 DEBUG : >WaitForWriters: 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:59 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:03:59 DEBUG : newLeaf: Updating file with newLeaf 0x17238dc89ba0 2026/04/28 01:03:59 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:03:59 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:59 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/28 01:03:59 DEBUG : dir/file1: Updating file with dir/file1 0x17238dc89ba0 2026/04/28 01:03:59 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/28 01:03:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:03:59 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:03:59 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:03:59 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:03:59 DEBUG : dir/file1(0x17238da838c0): openPending: 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:03:59 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/28 01:04:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238da838c0): >openPending: err= 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:04:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238da838c0): _writeAt: size=25, off=0 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238da838c0): >_writeAt: n=25, err= 2026/04/28 01:04:00 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:00 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:04:00 DEBUG : newLeaf: Updating file with newLeaf 0x17238dc89ba0 2026/04/28 01:04:00 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:04:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:00 DEBUG : newLeaf(0x17238da838c0): close: 2026/04/28 01:04:00 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/28 01:04:00 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-28 01:04:00.096863651 +0000 UTC m=+18.354137484 2026/04/28 01:04:00 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:00 DEBUG : newLeaf(0x17238da838c0): >close: err= 2026/04/28 01:04:00 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:00 DEBUG : newLeaf: vfs cache: starting upload 2026/04/28 01:04:00 DEBUG : newLeaf.7a03537e.partial: size = 25 OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf.7a03537e.partial" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf.7a03537e.partial 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf.7a03537e.partial" 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf.7a03537e.partial 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : newLeaf.7a03537e.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:00 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:04:00 DEBUG : newLeaf.7a03537e.partial: renamed to: newLeaf 2026/04/28 01:04:00 INFO : newLeaf: Copied (replaced existing) 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:00 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-28 01:04:00 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/28 01:04:00 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/28 01:04:00 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:00 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : >WaitForWriters: 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/28 01:04:00 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:00 DEBUG : >WaitForWriters: 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:00 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:00 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:00 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:04:00 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238ddaa240): openPending: 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:00 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:00 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/28 01:04:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238ddaa240): >openPending: err= 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:04:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238ddaa240): _writeAt: size=14, off=0 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238ddaa240): >_writeAt: n=14, err= 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238ddaa240): close: 2026/04/28 01:04:00 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/28 01:04:00 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/28 01:04:00 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:00 DEBUG : dir/file1(0x17238ddaa240): >close: err= 2026/04/28 01:04:00 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : file1: reading active writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:00 DEBUG : dir: Looking for writers 2026/04/28 01:04:00 DEBUG : file1: reading active writers 2026/04/28 01:04:00 DEBUG : Looking for writers 2026/04/28 01:04:00 DEBUG : dir: reading active writers 2026/04/28 01:04:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:01 DEBUG : dir: Looking for writers 2026/04/28 01:04:01 DEBUG : file1: reading active writers 2026/04/28 01:04:01 DEBUG : Looking for writers 2026/04/28 01:04:01 DEBUG : dir: reading active writers 2026/04/28 01:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:01 DEBUG : dir: Looking for writers 2026/04/28 01:04:01 DEBUG : file1: reading active writers 2026/04/28 01:04:01 DEBUG : Looking for writers 2026/04/28 01:04:01 DEBUG : dir: reading active writers 2026/04/28 01:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:01 DEBUG : dir/file1: vfs cache: starting upload 2026/04/28 01:04:01 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1.ca338588.partial" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1.ca338588.partial 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1.ca338588.partial" 2026/04/28 01:04:01 DEBUG : dir: Looking for writers 2026/04/28 01:04:01 DEBUG : file1: reading active writers 2026/04/28 01:04:01 DEBUG : Looking for writers 2026/04/28 01:04:01 DEBUG : dir: reading active writers 2026/04/28 01:04:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1.ca338588.partial 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/28 01:04:01 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/28 01:04:01 INFO : dir/file1: Copied (replaced existing) 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:01 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/28 01:04:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:01 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:01 DEBUG : dir: Looking for writers 2026/04/28 01:04:01 DEBUG : file1: reading active writers 2026/04/28 01:04:01 DEBUG : Looking for writers 2026/04/28 01:04:01 DEBUG : dir: reading active writers 2026/04/28 01:04:01 DEBUG : >WaitForWriters: 2026/04/28 01:04:01 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:01 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:01 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:01 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:01 DEBUG : dir/file1(0x17238dcc6dc0): _readAt: size=512, off=0 2026/04/28 01:04:01 DEBUG : dir/file1(0x17238dcc6dc0): openPending: 2026/04/28 01:04:01 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/04/28 01:04:01 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/28 01:04:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:01 DEBUG : dir/file1(0x17238dcc6dc0): >openPending: err= 2026/04/28 01:04:01 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/28 01:04:01 DEBUG : dir/file1(0x17238dcc6dc0): >_readAt: n=14, err=EOF 2026/04/28 01:04:01 DEBUG : dir/file1(0x17238dcc6dc0): close: 2026/04/28 01:04:01 DEBUG : dir/file1(0x17238dcc6dc0): >close: err= 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:01 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:04:01 DEBUG : newLeaf: Updating file with newLeaf 0x17238dda3110 2026/04/28 01:04:01 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:04:01 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:01 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/28 01:04:01 DEBUG : dir/file1: Updating file with dir/file1 0x17238dda3110 2026/04/28 01:04:01 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/28 01:04:01 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:01 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:01 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:02 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:04:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238ddabd80): openPending: 2026/04/28 01:04:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" 2026/04/28 01:04:02 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/28 01:04:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238ddabd80): >openPending: err= 2026/04/28 01:04:02 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:04:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238ddabd80): _writeAt: size=25, off=0 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238ddabd80): >_writeAt: n=25, err= 2026/04/28 01:04:02 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:02 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:04:02 DEBUG : newLeaf: Updating file with newLeaf 0x17238dda3110 2026/04/28 01:04:02 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:04:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:02 DEBUG : newLeaf(0x17238ddabd80): close: 2026/04/28 01:04:02 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/28 01:04:02 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-28 01:04:02.037239396 +0000 UTC m=+20.294513239 2026/04/28 01:04:02 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:02 DEBUG : newLeaf(0x17238ddabd80): >close: err= 2026/04/28 01:04:02 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:02 DEBUG : newLeaf: vfs cache: starting upload 2026/04/28 01:04:02 DEBUG : newLeaf.2ff969e2.partial: size = 25 OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf.2ff969e2.partial" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf.2ff969e2.partial 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf.2ff969e2.partial" 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf.2ff969e2.partial 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : newLeaf.2ff969e2.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:02 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:04:02 DEBUG : newLeaf.2ff969e2.partial: renamed to: newLeaf 2026/04/28 01:04:02 INFO : newLeaf: Copied (replaced existing) 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:02 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-28 01:04:02 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/28 01:04:02 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/28 01:04:02 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:02 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/28 01:04:02 DEBUG : >WaitForWriters: 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/28 01:04:02 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : >WaitForWriters: 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:02 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:02 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:02 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:02 DEBUG : dir: Looking for writers 2026/04/28 01:04:02 DEBUG : file1: reading active writers 2026/04/28 01:04:02 DEBUG : Looking for writers 2026/04/28 01:04:02 DEBUG : dir: reading active writers 2026/04/28 01:04:02 DEBUG : >WaitForWriters: 2026/04/28 01:04:02 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:02 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:02 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:02 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238dd1b000): _readAt: size=512, off=0 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238dd1b000): openPending: 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:02 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:02 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/28 01:04:02 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/28 01:04:02 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238dd1b000): >openPending: err= 2026/04/28 01:04:02 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/28 01:04:02 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:02 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:02 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238dd1b000): >_readAt: n=14, err=EOF 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238dd1b000): close: 2026/04/28 01:04:02 DEBUG : dir/file1(0x17238dd1b000): >close: err= 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:02 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:03 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:04:03 DEBUG : newLeaf: Updating file with newLeaf 0x17238dada4e0 2026/04/28 01:04:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:04:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:03 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:03 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/28 01:04:03 DEBUG : dir/file1: Updating file with dir/file1 0x17238dada4e0 2026/04/28 01:04:03 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/28 01:04:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:03 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:04:03 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:03 DEBUG : dir/file1(0x17238dd1b8c0): openPending: 2026/04/28 01:04:03 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/04/28 01:04:03 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/28 01:04:03 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:03 DEBUG : dir/file1(0x17238dd1b8c0): >openPending: err= 2026/04/28 01:04:03 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:04:03 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:03 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:03 DEBUG : dir/file1(0x17238dd1b8c0): _writeAt: size=25, off=0 2026/04/28 01:04:03 DEBUG : dir/file1(0x17238dd1b8c0): >_writeAt: n=25, err= 2026/04/28 01:04:03 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:03 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:03 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:03 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/28 01:04:03 DEBUG : newLeaf: Updating file with newLeaf 0x17238dada4e0 2026/04/28 01:04:03 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:04:03 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:03 DEBUG : newLeaf(0x17238dd1b8c0): close: 2026/04/28 01:04:03 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/28 01:04:03 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-28 01:04:03.808713949 +0000 UTC m=+22.065987802 2026/04/28 01:04:03 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:03 DEBUG : newLeaf(0x17238dd1b8c0): >close: err= 2026/04/28 01:04:03 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:03 DEBUG : dir: Looking for writers 2026/04/28 01:04:03 DEBUG : Looking for writers 2026/04/28 01:04:03 DEBUG : dir: reading active writers 2026/04/28 01:04:03 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:03 DEBUG : dir: Looking for writers 2026/04/28 01:04:03 DEBUG : Looking for writers 2026/04/28 01:04:03 DEBUG : dir: reading active writers 2026/04/28 01:04:03 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:03 DEBUG : dir: Looking for writers 2026/04/28 01:04:03 DEBUG : Looking for writers 2026/04/28 01:04:03 DEBUG : dir: reading active writers 2026/04/28 01:04:03 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:03 DEBUG : dir: Looking for writers 2026/04/28 01:04:03 DEBUG : Looking for writers 2026/04/28 01:04:03 DEBUG : dir: reading active writers 2026/04/28 01:04:03 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:03 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:04 DEBUG : newLeaf: vfs cache: starting upload 2026/04/28 01:04:04 DEBUG : newLeaf.a2663c5c.partial: size = 25 OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf.a2663c5c.partial" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf.a2663c5c.partial 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf.a2663c5c.partial" 2026/04/28 01:04:04 DEBUG : dir: Looking for writers 2026/04/28 01:04:04 DEBUG : Looking for writers 2026/04/28 01:04:04 DEBUG : dir: reading active writers 2026/04/28 01:04:04 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:04 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf.a2663c5c.partial 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : newLeaf.a2663c5c.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:04 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/28 01:04:04 DEBUG : newLeaf.a2663c5c.partial: renamed to: newLeaf 2026/04/28 01:04:04 INFO : newLeaf: Copied (replaced existing) 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:04 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-28 01:04:03 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/28 01:04:04 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/28 01:04:04 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/28 01:04:04 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/28 01:04:04 DEBUG : dir: Looking for writers 2026/04/28 01:04:04 DEBUG : Looking for writers 2026/04/28 01:04:04 DEBUG : dir: reading active writers 2026/04/28 01:04:04 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:04 DEBUG : >WaitForWriters: 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/newLeaf" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yigekef9qici/newLeaf 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/28 01:04:04 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:04 DEBUG : dir: Looking for writers 2026/04/28 01:04:04 DEBUG : Looking for writers 2026/04/28 01:04:04 DEBUG : dir: reading active writers 2026/04/28 01:04:04 DEBUG : newLeaf: reading active writers 2026/04/28 01:04:04 DEBUG : >WaitForWriters: 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestFileRename (9.39s) --- PASS: TestFileRename/off,forceCache=false (1.17s) --- PASS: TestFileRename/minimal,forceCache=false (1.06s) --- PASS: TestFileRename/minimal,forceCache=true (1.94s) --- PASS: TestFileRename/writes,forceCache=false (1.50s) --- PASS: TestFileRename/writes,forceCache=true (2.01s) --- PASS: TestFileRename/full,forceCache=false (1.71s) === RUN TestFileStructSize file_test.go:419: File struct has size 208 bytes --- PASS: TestFileStructSize (0.00s) === RUN TestRcGetVFS run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:04 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:04 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:04 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:04 DEBUG : Looking for writers 2026/04/28 01:04:04 DEBUG : >WaitForWriters: --- PASS: TestRcGetVFS (0.00s) === RUN TestRcForget rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcForget (0.00s) === RUN TestRcRefresh rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcRefresh (0.00s) === RUN TestRcPollInterval rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcPollInterval (0.00s) === RUN TestRcList rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStats rc_test.go:17: Skipping test on non local remote --- SKIP: TestRcStats (0.00s) === RUN TestReadFileHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:04 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:04 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:04:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:04 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:04 DEBUG : dir: Looking for writers 2026/04/28 01:04:04 DEBUG : file1: reading active writers 2026/04/28 01:04:04 DEBUG : Looking for writers 2026/04/28 01:04:04 DEBUG : dir: reading active writers 2026/04/28 01:04:04 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.27s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:04 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:04 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:04 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:04 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:04 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:04 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:04:04 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/28 01:04:04 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/28 01:04:04 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/28 01:04:04 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/28 01:04:04 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/28 01:04:05 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:05 DEBUG : dir: Looking for writers 2026/04/28 01:04:05 DEBUG : file1: reading active writers 2026/04/28 01:04:05 DEBUG : Looking for writers 2026/04/28 01:04:05 DEBUG : dir: reading active writers 2026/04/28 01:04:05 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.31s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:05 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:04:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/28 01:04:05 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/28 01:04:05 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/28 01:04:05 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/28 01:04:05 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/28 01:04:05 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/28 01:04:05 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/28 01:04:05 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/28 01:04:05 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/28 01:04:05 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/28 01:04:05 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/28 01:04:05 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/28 01:04:05 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/28 01:04:05 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/28 01:04:05 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:05 DEBUG : dir: Looking for writers 2026/04/28 01:04:05 DEBUG : file1: reading active writers 2026/04/28 01:04:05 DEBUG : Looking for writers 2026/04/28 01:04:05 DEBUG : dir: reading active writers 2026/04/28 01:04:05 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.39s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:05 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:04:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:05 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:05 DEBUG : dir: Looking for writers 2026/04/28 01:04:05 DEBUG : file1: reading active writers 2026/04/28 01:04:05 DEBUG : Looking for writers 2026/04/28 01:04:05 DEBUG : dir: reading active writers 2026/04/28 01:04:05 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:05 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:05 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:05 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:05 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:05 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/28 01:04:05 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:05 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:05 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/28 01:04:06 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:06 DEBUG : dir: Looking for writers 2026/04/28 01:04:06 DEBUG : file1: reading active writers 2026/04/28 01:04:06 DEBUG : Looking for writers 2026/04/28 01:04:06 DEBUG : dir: reading active writers 2026/04/28 01:04:06 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.33s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:06 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:06 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): _readAt: size=1, off=0 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): openPending: 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): >openPending: err= 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): _readAt: size=256, off=1 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): >_readAt: n=15, err=EOF 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): _readAt: size=16, off=16 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): close: 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): >close: err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): close: 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238d9306c0): >close: err=file already closed 2026/04/28 01:04:06 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:06 DEBUG : dir: Looking for writers 2026/04/28 01:04:06 DEBUG : file1: reading active writers 2026/04/28 01:04:06 DEBUG : Looking for writers 2026/04/28 01:04:06 DEBUG : dir: reading active writers 2026/04/28 01:04:06 DEBUG : >WaitForWriters: 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.31s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:06 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:06 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): _readAt: size=1, off=0 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): openPending: 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >openPending: err= 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): _readAt: size=1, off=5 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): _readAt: size=1, off=3 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): _readAt: size=1, off=13 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): _readAt: size=16, off=100 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): close: 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238ddaa2c0): >close: err= 2026/04/28 01:04:06 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:06 DEBUG : dir: Looking for writers 2026/04/28 01:04:06 DEBUG : file1: reading active writers 2026/04/28 01:04:06 DEBUG : Looking for writers 2026/04/28 01:04:06 DEBUG : dir: reading active writers 2026/04/28 01:04:06 DEBUG : >WaitForWriters: 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.28s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:06 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:06 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:06 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:06 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:06 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:06 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=1, off=0 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): openPending: 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:06 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:06 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:06 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:06 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >openPending: err= 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:06 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=1, off=5 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=1, off=1 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=1, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=6, off=10 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=6, err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=256, off=10 2026/04/28 01:04:06 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=6, err=EOF 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=256, off=100 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): close: 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >close: err= 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): _readAt: size=256, off=100 2026/04/28 01:04:06 DEBUG : dir/file1(0x17238dd421c0): >_readAt: n=0, err=file already closed 2026/04/28 01:04:06 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:06 DEBUG : dir: Looking for writers 2026/04/28 01:04:06 DEBUG : file1: reading active writers 2026/04/28 01:04:06 DEBUG : Looking for writers 2026/04/28 01:04:06 DEBUG : dir: reading active writers 2026/04/28 01:04:06 DEBUG : >WaitForWriters: 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.32s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:06 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:06 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:06 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:07 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:07 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:07 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): RWFileHandle.Flush 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): _readAt: size=256, off=0 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): openPending: 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:07 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): >openPending: err= 2026/04/28 01:04:07 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/28 01:04:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): >_readAt: n=16, err=EOF 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): RWFileHandle.Flush 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): RWFileHandle.Flush 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): close: 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238dd43000): >close: err= 2026/04/28 01:04:07 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:07 DEBUG : dir: Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : dir: reading active writers 2026/04/28 01:04:07 DEBUG : >WaitForWriters: 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.31s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:07 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:07 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:07 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/28 01:04:07 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:07 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:07 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:07 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): _readAt: size=256, off=0 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): openPending: 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:07 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:07 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:07 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): >openPending: err= 2026/04/28 01:04:07 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/28 01:04:07 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:07 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:07 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): >_readAt: n=16, err=EOF 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): RWFileHandle.Release 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): close: 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): >close: err= 2026/04/28 01:04:07 DEBUG : dir/file1(0x17238d9300c0): RWFileHandle.Release 2026/04/28 01:04:07 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:07 DEBUG : dir: Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : dir: reading active writers 2026/04/28 01:04:07 DEBUG : >WaitForWriters: 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.31s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:07 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:07 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:07 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:07 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:07 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:07 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): openPending: 2026/04/28 01:04:07 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): >openPending: err= 2026/04/28 01:04:07 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:07 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:07 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): _writeAt: size=5, off=0 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): >_writeAt: n=5, err= 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): _writeAt: size=7, off=5 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): >_writeAt: n=7, err= 2026/04/28 01:04:07 DEBUG : file1: vfs cache: truncate to size=11 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): close: 2026/04/28 01:04:07 DEBUG : file1: vfs cache: setting modification time to 2026-04-28 01:04:07.585690535 +0000 UTC m=+25.842964368 2026/04/28 01:04:07 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): >close: err= 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): close: 2026/04/28 01:04:07 DEBUG : file1(0x17238d83fd80): >close: err=file already closed 2026/04/28 01:04:07 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:07 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:07 DEBUG : file1.d3af387f.partial: size = 11 OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.d3af387f.partial" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.d3af387f.partial 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.d3af387f.partial" 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1.d3af387f.partial 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : file1.d3af387f.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:07 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/28 01:04:07 DEBUG : file1.d3af387f.partial: renamed to: file1 2026/04/28 01:04:07 INFO : file1: Copied (new) 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:07 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-28 01:04:07 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/28 01:04:07 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:07 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:07 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:07 DEBUG : Looking for writers 2026/04/28 01:04:07 DEBUG : file1: reading active writers 2026/04/28 01:04:07 DEBUG : >WaitForWriters: 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:07 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:07 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/28 01:04:08 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : >WaitForWriters: 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.52s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:08 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:08 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:08 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): openPending: 2026/04/28 01:04:08 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): >openPending: err= 2026/04/28 01:04:08 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:08 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:08 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): _writeAt: size=7, off=0 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): >_writeAt: n=7, err= 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): _writeAt: size=6, off=5 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): >_writeAt: n=6, err= 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): close: 2026/04/28 01:04:08 DEBUG : file1: vfs cache: setting modification time to 2026-04-28 01:04:08.098475946 +0000 UTC m=+26.355749778 2026/04/28 01:04:08 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): >close: err= 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): _writeAt: size=5, off=0 2026/04/28 01:04:08 DEBUG : file1(0x17238d930cc0): >_writeAt: n=0, err=file already closed 2026/04/28 01:04:08 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:08 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:08 DEBUG : file1.c56c4a16.partial: size = 11 OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.c56c4a16.partial" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.c56c4a16.partial 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.c56c4a16.partial" 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1.c56c4a16.partial 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1.c56c4a16.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:08 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/28 01:04:08 DEBUG : file1.c56c4a16.partial: renamed to: file1 2026/04/28 01:04:08 INFO : file1: Copied (new) 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:08 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-28 01:04:08 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/28 01:04:08 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:08 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : >WaitForWriters: 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/28 01:04:08 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : >WaitForWriters: 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.48s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:08 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:08 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:08 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:08 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:08 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:08 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:08 DEBUG : file1(0x17238ddab280): openPending: 2026/04/28 01:04:08 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:08 DEBUG : file1(0x17238ddab280): >openPending: err= 2026/04/28 01:04:08 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:08 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:08 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:08 DEBUG : file1(0x17238ddab280): close: 2026/04/28 01:04:08 DEBUG : file1: vfs cache: setting modification time to 2026-04-28 01:04:08.579151517 +0000 UTC m=+26.836425360 2026/04/28 01:04:08 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:08 DEBUG : file1(0x17238ddab280): >close: err= 2026/04/28 01:04:08 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/28 01:04:08 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:08 DEBUG : file2: newRWFileHandle: 2026/04/28 01:04:08 DEBUG : file2(0x17238ddab780): openPending: 2026/04/28 01:04:08 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/28 01:04:08 DEBUG : file2(0x17238ddab780): >openPending: err= 2026/04/28 01:04:08 DEBUG : file2: >newRWFileHandle: err= 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/28 01:04:08 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/28 01:04:08 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/28 01:04:08 DEBUG : file2(0x17238ddab780): RWFileHandle.Flush 2026/04/28 01:04:08 DEBUG : file2(0x17238ddab780): RWFileHandle.Release 2026/04/28 01:04:08 DEBUG : file2(0x17238ddab780): close: 2026/04/28 01:04:08 DEBUG : file2: vfs cache: setting modification time to 2026-04-28 01:04:08.580644831 +0000 UTC m=+26.837918705 2026/04/28 01:04:08 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:08 DEBUG : file2(0x17238ddab780): >close: err= 2026/04/28 01:04:08 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : file2: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file2: reading active writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : file2: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : file2: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/28 01:04:08 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:08 DEBUG : file2: vfs cache: starting upload 2026/04/28 01:04:08 DEBUG : file1.adb53b21.partial: size = 0 OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.adb53b21.partial" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.adb53b21.partial 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.adb53b21.partial" 2026/04/28 01:04:08 DEBUG : file2.8144e9b5.partial: size = 0 OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file2.8144e9b5.partial" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file2.8144e9b5.partial 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file2.8144e9b5.partial" 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : file2: reading active writers 2026/04/28 01:04:08 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file1.adb53b21.partial 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1.adb53b21.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:08 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file2.8144e9b5.partial 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file2.8144e9b5.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:08 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:04:08 DEBUG : file1.adb53b21.partial: renamed to: file1 2026/04/28 01:04:08 INFO : file1: Copied (new) 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : file2.8144e9b5.partial: renamed to: file2 2026/04/28 01:04:08 INFO : file2: Copied (new) 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file2" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file2 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file2" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file2 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:08 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-28 01:04:08 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/28 01:04:08 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/28 01:04:08 INFO : file2: vfs cache: upload succeeded try #1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:08 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-28 01:04:08 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/28 01:04:08 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:08 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:08 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:08 DEBUG : Looking for writers 2026/04/28 01:04:08 DEBUG : file1: reading active writers 2026/04/28 01:04:08 DEBUG : file2: reading active writers 2026/04/28 01:04:08 DEBUG : >WaitForWriters: 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:08 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:08 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file2" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file2 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file2" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file2 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file2" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file2 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file2" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yigekef9qici/file2 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/28 01:04:09 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : file2: reading active writers 2026/04/28 01:04:09 DEBUG : >WaitForWriters: 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.69s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:09 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:09 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:09 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:09 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): openPending: 2026/04/28 01:04:09 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): >openPending: err= 2026/04/28 01:04:09 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:09 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:09 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): _writeAt: size=5, off=0 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): >_writeAt: n=5, err= 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): RWFileHandle.Flush 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): RWFileHandle.Flush 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): close: 2026/04/28 01:04:09 DEBUG : file1: vfs cache: setting modification time to 2026-04-28 01:04:09.267732238 +0000 UTC m=+27.525006081 2026/04/28 01:04:09 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:09 DEBUG : file1(0x17238df68140): >close: err= 2026/04/28 01:04:09 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:09 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:09 DEBUG : file1.273657e8.partial: size = 5 OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.273657e8.partial" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.273657e8.partial 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.273657e8.partial" 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1.273657e8.partial 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file1.273657e8.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:09 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:09 DEBUG : file1.273657e8.partial: renamed to: file1 2026/04/28 01:04:09 INFO : file1: Copied (new) 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:09 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-28 01:04:09 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/28 01:04:09 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:09 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : >WaitForWriters: 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:09 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:09 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:09 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:09 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): openPending: 2026/04/28 01:04:09 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): >openPending: err= 2026/04/28 01:04:09 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:09 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:09 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): _writeAt: size=5, off=0 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): >_writeAt: n=5, err= 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): RWFileHandle.Release 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): close: 2026/04/28 01:04:09 DEBUG : file1: vfs cache: setting modification time to 2026-04-28 01:04:09.586258929 +0000 UTC m=+27.843532772 2026/04/28 01:04:09 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): >close: err= 2026/04/28 01:04:09 DEBUG : file1(0x17238d83e100): RWFileHandle.Release 2026/04/28 01:04:09 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:09 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:09 DEBUG : file1.c4f5fa1a.partial: size = 5 OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.c4f5fa1a.partial" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.c4f5fa1a.partial 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.c4f5fa1a.partial" 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1.c4f5fa1a.partial 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file1.c4f5fa1a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:09 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:09 DEBUG : file1.c4f5fa1a.partial: renamed to: file1 2026/04/28 01:04:09 INFO : file1: Copied (new) 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:09 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:09 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-28 01:04:09 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/28 01:04:09 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:09 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:09 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:09 DEBUG : Looking for writers 2026/04/28 01:04:09 DEBUG : file1: reading active writers 2026/04/28 01:04:09 DEBUG : >WaitForWriters: 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:09 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:09 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:09 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:09 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:10 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/28 01:04:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:04:10 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238de0c140): openPending: 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238de0c140): >openPending: err= 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/28 01:04:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238de0c140): _writeAt: size=5, off=0 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238de0c140): >_writeAt: n=5, err= 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238de0c140): close: 2026/04/28 01:04:10 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-28 01:04:10.217704875 +0000 UTC m=+28.474978747 2026/04/28 01:04:10 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238de0c140): >close: err= 2026/04/28 01:04:10 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: starting upload 2026/04/28 01:04:10 DEBUG : dir/file1.e5681b45.partial: size = 5 OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1.e5681b45.partial" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1.e5681b45.partial 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1.e5681b45.partial" 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/dir/file1.e5681b45.partial 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1.e5681b45.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:10 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:10 DEBUG : dir/file1.e5681b45.partial: renamed to: dir/file1 2026/04/28 01:04:10 INFO : dir/file1: Copied (replaced existing) 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-28 01:04:10 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:10 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : >WaitForWriters: 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.64s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:10 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:10 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:10 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:10 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:10 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/28 01:04:10 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:10 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:10 DEBUG : dir/file1: newRWFileHandle: 2026/04/28 01:04:10 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/28 01:04:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:10 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/28 01:04:10 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): _writeAt: size=5, off=0 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): openPending: 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/28 01:04:10 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): >openPending: err= 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): >_writeAt: n=5, err= 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): _writeAt: size=15, off=5 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): >_writeAt: n=15, err= 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): close: 2026/04/28 01:04:10 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-28 01:04:10.732401399 +0000 UTC m=+28.989675262 2026/04/28 01:04:10 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:10 DEBUG : dir/file1(0x17238db83640): >close: err= 2026/04/28 01:04:10 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:10 DEBUG : dir/file1: vfs cache: starting upload 2026/04/28 01:04:10 DEBUG : dir/file1.a838cd45.partial: size = 20 OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1.a838cd45.partial" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1.a838cd45.partial 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1.a838cd45.partial" 2026/04/28 01:04:10 DEBUG : dir: Looking for writers 2026/04/28 01:04:10 DEBUG : file1: reading active writers 2026/04/28 01:04:10 DEBUG : Looking for writers 2026/04/28 01:04:10 DEBUG : dir: reading active writers 2026/04/28 01:04:10 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yigekef9qici/dir/file1.a838cd45.partial 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:10 DEBUG : dir/file1.a838cd45.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/28 01:04:10 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/28 01:04:10 DEBUG : dir/file1.a838cd45.partial: renamed to: dir/file1 2026/04/28 01:04:10 INFO : dir/file1: Copied (replaced existing) 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:10 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:11 DEBUG : dir: Looking for writers 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : dir: reading active writers 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:11 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/28 01:04:11 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-28 01:04:10 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/28 01:04:11 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:11 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:11 DEBUG : >WaitForWriters: 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.52s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : file1(0x17238db83e00): openPending: 2026/04/28 01:04:11 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:11 DEBUG : file1(0x17238db83e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:11 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:11 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:11 DEBUG : file1(0x17238db83e00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : file1(0x17238db83e00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : file1(0x17238db83e00): close: 2026/04/28 01:04:11 DEBUG : file1: vfs cache: setting modification time to 2026-04-28 01:04:11.061347985 +0000 UTC m=+29.318621849 2026/04/28 01:04:11 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : file1(0x17238db83e00): >close: err= 2026/04/28 01:04:11 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:11 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:11 DEBUG : file1.5030f0fd.partial: size = 5 OK 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.5030f0fd.partial" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.5030f0fd.partial 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.5030f0fd.partial" 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1.5030f0fd.partial 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:11 DEBUG : file1.5030f0fd.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:11 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:11 DEBUG : file1.5030f0fd.partial: renamed to: file1 2026/04/28 01:04:11 INFO : file1: Copied (new) 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:11 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:11 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:11 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:11 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-28 01:04:11 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/28 01:04:11 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:11 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:11 DEBUG : >WaitForWriters: 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.384354368 +0000 UTC m=+29.641628200 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.384354368 +0000 UTC m=+29.641628200 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931e00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931e00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931e00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.384354368 +0000 UTC m=+29.641628200 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4540 item 1 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.387276394 +0000 UTC m=+29.644550247 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42ac0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42ac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42ac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42ac0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42ac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.387276394 +0000 UTC m=+29.644550247 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42ac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4a10 item 2 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43140): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43140): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43140): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.389277779 +0000 UTC m=+29.646551643 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.389277779 +0000 UTC m=+29.646551643 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd435c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.389277779 +0000 UTC m=+29.646551643 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4e70 item 3 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc200): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc200): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc200): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.392298723 +0000 UTC m=+29.649572576 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc740): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc740): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc740): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.392298723 +0000 UTC m=+29.649572576 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5340 item 4 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdcd80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdcd80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdcd80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdcd80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdcd80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.395148823 +0000 UTC m=+29.652422676 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdcd80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.395148823 +0000 UTC m=+29.652422676 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd6c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd6c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd6c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd6c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd6c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.395148823 +0000 UTC m=+29.652422676 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd6c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd56c0 item 5 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcddd40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcddd40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcddd40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcddd40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcddd40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.397858848 +0000 UTC m=+29.655132701 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcddd40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2380): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2380): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.397858848 +0000 UTC m=+29.655132701 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5ce0 item 6 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2a00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2a00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.400947209 +0000 UTC m=+29.658221082 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.400947209 +0000 UTC m=+29.658221082 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2f00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.400947209 +0000 UTC m=+29.658221082 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fc3f0 item 7 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf3a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf3a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf3a40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf3a40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf3a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.404234596 +0000 UTC m=+29.661508459 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf3a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a080): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a080): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a080): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.404234596 +0000 UTC m=+29.661508459 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fd340 item 8 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a640): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238dd0a640): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a640): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a640): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a640): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a640): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0a640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0aa00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0aa00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0aa00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0aa00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0aa00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.406899747 +0000 UTC m=+29.664173620 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0aa00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.406899747 +0000 UTC m=+29.664173620 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ae80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0b380): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0b380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0b380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0b380): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0b380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.406899747 +0000 UTC m=+29.664173620 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0b380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1481c0 item 9 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ba00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ba00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ba00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ba00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ba00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.409410165 +0000 UTC m=+29.666684018 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd0ba00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22040): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22040): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22040): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22040): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22040): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.409410165 +0000 UTC m=+29.666684018 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22040): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148770 item 10 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22680): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238dd22680): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22680): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22680): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22680): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22680): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22a40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22a40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.411107464 +0000 UTC m=+29.668381317 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.411107464 +0000 UTC m=+29.668381317 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd22f40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23440): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23440): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23440): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23440): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23440): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.411107464 +0000 UTC m=+29.668381317 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23440): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148b60 item 11 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23ac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23ac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23ac0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23ac0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23ac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.413356287 +0000 UTC m=+29.670630141 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd23ac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50100): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50100): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50100): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.413356287 +0000 UTC m=+29.670630141 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149180 item 12 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50740): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238dd50740): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50740): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50740): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50740): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50b00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50b00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50b00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50b00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50b00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.414971883 +0000 UTC m=+29.672245726 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd50b00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd511c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd511c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd511c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd511c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd511c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.414971883 +0000 UTC m=+29.672245726 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd511c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1496c0 item 13 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51840): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51840): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51840): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.416501215 +0000 UTC m=+29.673775048 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51d80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51d80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.416501215 +0000 UTC m=+29.673775048 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd51d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149a40 item 14 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd684c0): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238dd684c0): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd684c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd684c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd684c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd684c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd684c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.417911222 +0000 UTC m=+29.675185065 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68f40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68f40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68f40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68f40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68f40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.417911222 +0000 UTC m=+29.675185065 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd68f40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149dc0 item 15 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd695c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd695c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd695c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd695c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd695c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.419349261 +0000 UTC m=+29.676623104 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd695c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd69b00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd69b00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd69b00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd69b00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd69b00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.419349261 +0000 UTC m=+29.676623104 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd69b00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7ca3f0 item 16 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96240): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96240): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.420689176 +0000 UTC m=+29.677963019 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.420689176 +0000 UTC m=+29.677963019 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd966c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96bc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96bc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96bc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96bc0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96bc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.420689176 +0000 UTC m=+29.677963019 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd96bc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7caa10 item 17 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97240): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97240): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.422768077 +0000 UTC m=+29.680041930 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97780): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97780): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.422768077 +0000 UTC m=+29.680041930 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cb8f0 item 18 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97e00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97e00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97e00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.424378043 +0000 UTC m=+29.681651895 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd97e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.424378043 +0000 UTC m=+29.681651895 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba900): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba900): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba900): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba900): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba900): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.424378043 +0000 UTC m=+29.681651895 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddba900): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cbe30 item 19 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbaf80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbaf80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbaf80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbaf80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbaf80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.426331817 +0000 UTC m=+29.683605650 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbaf80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbb4c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbb4c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbb4c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbb4c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbb4c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.426331817 +0000 UTC m=+29.683605650 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbb4c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77e9a0 item 20 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbbb40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbbb40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbbb40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbbb40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbbb40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.427715624 +0000 UTC m=+29.684989457 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddbbb40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.427715624 +0000 UTC m=+29.684989457 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2640): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2640): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2640): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.427715624 +0000 UTC m=+29.684989457 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77fc00 item 21 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2cc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2cc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2cc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2cc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2cc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.429412183 +0000 UTC m=+29.686686016 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2cc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3200): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3200): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3200): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.429412183 +0000 UTC m=+29.686686016 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d782e00 item 22 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.430625628 +0000 UTC m=+29.687899461 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.430625628 +0000 UTC m=+29.687899461 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28380): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28380): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.430625628 +0000 UTC m=+29.687899461 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d783650 item 23 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28a00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28a00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.432541953 +0000 UTC m=+29.689815786 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28f40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28f40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28f40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28f40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28f40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.432541953 +0000 UTC m=+29.689815786 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de28f40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d72ee00 item 24 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29580): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238de29580): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29580): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29580): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29580): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29580): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29940): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29940): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29940): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.434009667 +0000 UTC m=+29.691283501 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.434009667 +0000 UTC m=+29.691283501 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de29e40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48480): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48480): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48480): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48480): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48480): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.434009667 +0000 UTC m=+29.691283501 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48480): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d72f8f0 item 25 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48b00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48b00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48b00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48b00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48b00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.435805514 +0000 UTC m=+29.693079347 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de48b00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49040): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49040): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49040): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49040): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49040): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.435805514 +0000 UTC m=+29.693079347 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49040): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d4e95e0 item 26 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49680): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238de49680): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49680): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49680): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49680): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49680): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49a40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49a40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.437246881 +0000 UTC m=+29.694520713 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de49a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.437246881 +0000 UTC m=+29.694520713 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c040): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c580): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c580): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c580): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c580): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c580): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.437246881 +0000 UTC m=+29.694520713 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6c580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d83f0 item 27 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6cc00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6cc00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6cc00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6cc00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6cc00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.439040533 +0000 UTC m=+29.696314366 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6cc00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d140): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d140): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d140): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.439040533 +0000 UTC m=+29.696314366 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d96c0 item 28 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d780): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238de6d780): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d780): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d780): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d780): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d780): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6d780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6db40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6db40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6db40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6db40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6db40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.44038774 +0000 UTC m=+29.697661573 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de6db40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88300): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88300): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88300): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.44038774 +0000 UTC m=+29.697661573 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c2a0 item 29 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88980): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88980): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88980): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.442320116 +0000 UTC m=+29.699593969 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88ec0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88ec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88ec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88ec0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88ec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.442320116 +0000 UTC m=+29.699593969 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de88ec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c850 item 30 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de89500): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238de89500): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de89500): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de89500): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de89500): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de89500): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de89500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de898c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de898c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de898c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de898c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de898c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.444241489 +0000 UTC m=+29.701515332 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de898c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6080): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6080): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6080): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.444241489 +0000 UTC m=+29.701515332 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79cee0 item 31 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6700): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6700): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6700): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.445999894 +0000 UTC m=+29.703273777 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea6700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f500): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f500): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f500): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.445999894 +0000 UTC m=+29.703273777 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db876c0 item 32 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fb40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fb40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fb40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fb40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fb40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.449710221 +0000 UTC m=+29.706984065 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fb40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d04d0 item 33 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.451055305 +0000 UTC m=+29.708329159 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.451055305 +0000 UTC m=+29.708329159 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0700 item 33 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.453732468 +0000 UTC m=+29.711006312 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c2a0 item 34 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.454620458 +0000 UTC m=+29.711894341 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb1c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fbb80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fbb80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fbb80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fbb80): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fbb80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.454620458 +0000 UTC m=+29.711894341 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fbb80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c540 item 34 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.45676312 +0000 UTC m=+29.714036973 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79cbd0 item 35 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.457369627 +0000 UTC m=+29.714643480 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e9c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.457369627 +0000 UTC m=+29.714643480 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79cee0 item 35 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f5c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f5c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f5c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f5c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f5c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.459153531 +0000 UTC m=+29.716427384 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f5c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79d730 item 36 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.460039697 +0000 UTC m=+29.717313540 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83fac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa400): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa400): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa400): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.460039697 +0000 UTC m=+29.717313540 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79dd50 item 36 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.461401212 +0000 UTC m=+29.718675055 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db365b0 item 37 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.461790728 +0000 UTC m=+29.719064571 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabd00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.461790728 +0000 UTC m=+29.719064571 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db367e0 item 37 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944780): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944780): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944780): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.46366302 +0000 UTC m=+29.720936853 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37030 item 38 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.464251352 +0000 UTC m=+29.721525195 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945a80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945a80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945a80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945a80): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945a80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.464251352 +0000 UTC m=+29.721525195 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945a80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db372d0 item 38 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82480): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82480): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82480): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82480): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82480): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.46574695 +0000 UTC m=+29.723020784 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82480): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37880 item 39 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.466185229 +0000 UTC m=+29.723459062 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83a40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83a40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.466185229 +0000 UTC m=+29.723459062 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37b20 item 39 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930240): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930240): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.467388515 +0000 UTC m=+29.724662348 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86000 item 40 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.467881137 +0000 UTC m=+29.725154970 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930dc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930dc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930dc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930dc0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930dc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.467881137 +0000 UTC m=+29.725154970 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930dc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db862a0 item 40 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.469174944 +0000 UTC m=+29.726448777 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86690 item 41 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.469763507 +0000 UTC m=+29.727037340 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db868c0 item 41 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.470192097 +0000 UTC m=+29.727465930 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931d40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42380): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42380): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.470192097 +0000 UTC m=+29.727465930 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86a80 item 41 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.471570415 +0000 UTC m=+29.728844248 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42f40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42f40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42f40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86e00 item 42 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42f40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42f40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.472101378 +0000 UTC m=+29.729375212 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd42f40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db870a0 item 42 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.472626822 +0000 UTC m=+29.729900656 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43480): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a00): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.472626822 +0000 UTC m=+29.729900656 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd43a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db872d0 item 42 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.473651691 +0000 UTC m=+29.730925523 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0640): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0640): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db87730 item 43 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0640): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.474054333 +0000 UTC m=+29.731328165 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db87a40 item 43 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.474470519 +0000 UTC m=+29.731744351 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb0b80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb10c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb10c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb10c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb10c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb10c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.474470519 +0000 UTC m=+29.731744351 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb10c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db87c00 item 43 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.475891346 +0000 UTC m=+29.733165179 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1c00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1c00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1c00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0150 item 44 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1c00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1c00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.476321299 +0000 UTC m=+29.733595132 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfb1c00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0af0 item 44 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.476777162 +0000 UTC m=+29.734050995 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc07c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc07c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc07c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc07c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc07c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.476777162 +0000 UTC m=+29.734050995 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc07c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0cb0 item 44 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.478017688 +0000 UTC m=+29.735291521 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc0e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1300): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1300): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1030 item 45 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1300): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.478444315 +0000 UTC m=+29.735718148 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1a00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1a00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.478444315 +0000 UTC m=+29.735718148 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfc1a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d11f0 item 45 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.479813795 +0000 UTC m=+29.737087628 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450640): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450640): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafa230 item 46 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450640): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.480331934 +0000 UTC m=+29.737605808 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450d40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450d40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450d40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450d40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450d40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.480331934 +0000 UTC m=+29.737605808 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d450d40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafa4d0 item 46 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.481749445 +0000 UTC m=+29.739023298 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafaa80 item 47 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.482236987 +0000 UTC m=+29.739510830 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d451880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c080): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c080): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c080): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.482236987 +0000 UTC m=+29.739510830 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafae00 item 47 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.483947603 +0000 UTC m=+29.741221456 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47c6c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47cbc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47cbc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47cbc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb260 item 48 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47cbc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47cbc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.484419064 +0000 UTC m=+29.741692897 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47cbc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d2c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d2c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d2c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d2c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d2c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.484419064 +0000 UTC m=+29.741692897 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d2c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb490 item 48 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d900): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d900): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d900): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d900): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d900): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.485958756 +0000 UTC m=+29.743232609 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47d900): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb880 item 49 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.486505189 +0000 UTC m=+29.743779063 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d47dd80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81c3c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81c3c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81c3c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81c3c0): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81c3c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.486505189 +0000 UTC m=+29.743779063 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81c3c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc4070 item 49 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81ca40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81ca40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81ca40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81ca40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81ca40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.487841748 +0000 UTC m=+29.745115581 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81ca40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc44d0 item 50 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.489129712 +0000 UTC m=+29.746403546 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81cf40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81d4c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81d4c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81d4c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81d4c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81d4c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.489129712 +0000 UTC m=+29.746403546 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81d4c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc47e0 item 50 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81db40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81db40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81db40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81db40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81db40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.490388173 +0000 UTC m=+29.747662006 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d81db40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc4b60 item 51 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.490785915 +0000 UTC m=+29.748059768 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c680): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c680): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c680): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.490785915 +0000 UTC m=+29.748059768 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86c680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc4fc0 item 51 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86cd00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86cd00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86cd00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86cd00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86cd00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.4920998 +0000 UTC m=+29.749373633 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86cd00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc5810 item 52 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.49263369 +0000 UTC m=+29.749907563 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d780): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d780): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.49263369 +0000 UTC m=+29.749907563 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86d780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc5a40 item 52 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86de00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86de00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86de00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86de00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86de00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.493814092 +0000 UTC m=+29.751087925 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d86de00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc5dc0 item 53 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.494345588 +0000 UTC m=+29.751619421 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6940): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6940): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.494345588 +0000 UTC m=+29.751619421 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0302a0 item 53 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6fc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6fc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6fc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6fc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6fc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.495554484 +0000 UTC m=+29.752828317 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c6fc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030770 item 54 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.496063918 +0000 UTC m=+29.753337751 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c74c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c7a40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c7a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c7a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c7a40): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c7a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.496063918 +0000 UTC m=+29.753337751 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c7a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030930 item 54 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc1c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc1c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc1c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc1c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc1c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.497353416 +0000 UTC m=+29.754627259 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc1c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030d90 item 55 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.497786645 +0000 UTC m=+29.755060478 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacc6c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238daccc00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238daccc00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238daccc00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238daccc00): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238daccc00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.497786645 +0000 UTC m=+29.755060478 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238daccc00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030f50 item 55 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.499011842 +0000 UTC m=+29.756285675 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031340 item 56 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.49957658 +0000 UTC m=+29.756850413 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacd780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacdd00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacdd00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacdd00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacdd00): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacdd00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.49957658 +0000 UTC m=+29.756850413 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dacdd00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031500 item 56 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.500860699 +0000 UTC m=+29.758134532 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c440): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c980): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c980): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031880 item 57 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c980): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.501346759 +0000 UTC m=+29.758620612 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1c980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031b20 item 57 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.501874597 +0000 UTC m=+29.759148460 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1cec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1d440): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1d440): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1d440): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1d440): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1d440): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.501874597 +0000 UTC m=+29.759148460 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1d440): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031d50 item 57 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.503176348 +0000 UTC m=+29.760450201 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db1da80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e0c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e0c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e0c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2230 item 58 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e0c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e0c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.503841406 +0000 UTC m=+29.761115239 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e0c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe23f0 item 58 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.504383502 +0000 UTC m=+29.761657335 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8e600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8ebc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8ebc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8ebc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8ebc0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8ebc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.504383502 +0000 UTC m=+29.761657335 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8ebc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2850 item 58 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.505521834 +0000 UTC m=+29.762795667 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2cb0 item 59 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f740): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.505935757 +0000 UTC m=+29.763209591 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8f740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2ee0 item 59 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.506523279 +0000 UTC m=+29.763797112 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db8fc80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0300): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0300): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0300): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.506523279 +0000 UTC m=+29.763797112 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe30a0 item 59 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.508097205 +0000 UTC m=+29.765371038 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0e80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0e80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0e80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe36c0 item 60 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0e80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0e80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.508528521 +0000 UTC m=+29.765802354 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd0e80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe3880 item 60 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.509252591 +0000 UTC m=+29.766526424 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd13c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd1980): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd1980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd1980): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd1980): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd1980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.509252591 +0000 UTC m=+29.766526424 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbd1980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe3a40 item 60 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.510399609 +0000 UTC m=+29.767673442 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf80c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8600): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8600): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe3dc0 item 61 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8600): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.510828481 +0000 UTC m=+29.768102313 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8d00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8d00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8d00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8d00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8d00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.510828481 +0000 UTC m=+29.768102313 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf8d00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9e2a0 item 61 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.512073315 +0000 UTC m=+29.769347147 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9e7e0 item 62 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.512548253 +0000 UTC m=+29.769822086 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbf9880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c080): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c080): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c080): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.512548253 +0000 UTC m=+29.769822086 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9ea10 item 62 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.51376247 +0000 UTC m=+29.771036303 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7c6c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7cc00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7cc00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7cc00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9ed90 item 63 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7cc00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7cc00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.514239401 +0000 UTC m=+29.771513234 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7cc00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d300): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d300): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d300): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.514239401 +0000 UTC m=+29.771513234 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9ef50 item 63 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.515498212 +0000 UTC m=+29.772772046 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7d940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7de80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7de80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7de80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9f420 item 64 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7de80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7de80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.515968221 +0000 UTC m=+29.773242054 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc7de80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8680): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8680): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8680): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.515968221 +0000 UTC m=+29.773242054 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9f650 item 64 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8cc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8cc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8cc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8cc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8cc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.517240337 +0000 UTC m=+29.774514170 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc8cc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9fc00 item 65 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.517739632 +0000 UTC m=+29.775013464 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9640): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9640): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9640): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.517739632 +0000 UTC m=+29.775013464 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9fdc0 item 65 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9c80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9c80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9c80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9c80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9c80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.518883034 +0000 UTC m=+29.776156866 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcc9c80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4380 item 66 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.519360807 +0000 UTC m=+29.776634640 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4740): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4740): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4740): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.519360807 +0000 UTC m=+29.776634640 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4700 item 66 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4d80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4d80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.52047802 +0000 UTC m=+29.777751853 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce4d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4bd0 item 67 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.520909887 +0000 UTC m=+29.778183720 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5700): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5700): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5700): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.520909887 +0000 UTC m=+29.778183720 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4e00 item 67 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5d80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5d80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.522115989 +0000 UTC m=+29.779389821 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dce5d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d5730 item 68 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.522574715 +0000 UTC m=+29.779848549 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe8c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe8c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe8c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe8c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe8c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.522574715 +0000 UTC m=+29.779848549 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfe8c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc960e0 item 68 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfef00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfef00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfef00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfef00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfef00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.523605846 +0000 UTC m=+29.780879679 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcfef00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96690 item 69 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.524032874 +0000 UTC m=+29.781306707 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff880): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff880): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff880): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.524032874 +0000 UTC m=+29.781306707 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcff880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96850 item 69 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18000): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18000): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18000): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.525267038 +0000 UTC m=+29.782540871 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96bd0 item 70 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.525777443 +0000 UTC m=+29.783051276 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd18500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce180): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce180): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce180): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.525777443 +0000 UTC m=+29.783051276 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1420 item 70 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce800): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce800): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce800): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce800): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce800): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.527854832 +0000 UTC m=+29.785128665 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfce800): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d17a0 item 71 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.528416965 +0000 UTC m=+29.785690798 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfced00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf200): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf200): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf200): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.528416965 +0000 UTC m=+29.785690798 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1960 item 71 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.529967197 +0000 UTC m=+29.787241030 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcf880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1ce0 item 72 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.530563003 +0000 UTC m=+29.787836836 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfcfd80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec3c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec3c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec3c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec3c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec3c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.530563003 +0000 UTC m=+29.787836836 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec3c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6a000 item 72 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.531967069 +0000 UTC m=+29.789240902 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfec980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfece80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfece80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfece80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6a8c0 item 73 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfece80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfece80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.532415837 +0000 UTC m=+29.789689671 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfece80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6aa80 item 73 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.532985133 +0000 UTC m=+29.790258967 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed880): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed880): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed880): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.532985133 +0000 UTC m=+29.790258967 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfed880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6ac40 item 73 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.534259965 +0000 UTC m=+29.791533799 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dfedec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a4c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a4c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a4c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6afc0 item 74 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a4c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a4c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.534664991 +0000 UTC m=+29.791938825 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a4c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6b420 item 74 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.535242814 +0000 UTC m=+29.792516647 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8aa00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8af80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8af80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8af80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8af80): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8af80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.535242814 +0000 UTC m=+29.792516647 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8af80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6b650 item 74 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.536368102 +0000 UTC m=+29.793641935 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b5c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8bac0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8bac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8bac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6bb20 item 75 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8bac0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8bac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.536781073 +0000 UTC m=+29.794054906 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8bac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6bce0 item 75 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.537286479 +0000 UTC m=+29.794560312 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4640): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4640): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4640): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.537286479 +0000 UTC m=+29.794560312 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9c000 item 75 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.538456933 +0000 UTC m=+29.795730766 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda4c80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9c8c0 item 76 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.53887273 +0000 UTC m=+29.796146563 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9cb60 item 76 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.539368778 +0000 UTC m=+29.796642610 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda56c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5c40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5c40): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.539368778 +0000 UTC m=+29.796642610 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dda5c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9cd90 item 76 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.540637967 +0000 UTC m=+29.797911800 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d1f0 item 77 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.541100373 +0000 UTC m=+29.798374205 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8f80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8f80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8f80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8f80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8f80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.541100373 +0000 UTC m=+29.798374205 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc8f80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d3b0 item 77 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.542370143 +0000 UTC m=+29.799643977 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc95c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc9ac0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc9ac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc9ac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d7a0 item 78 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc9ac0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc9ac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.542774007 +0000 UTC m=+29.800047841 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddc9ac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde02c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde02c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde02c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde02c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde02c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.542774007 +0000 UTC m=+29.800047841 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde02c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d9d0 item 78 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.543958057 +0000 UTC m=+29.801231890 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0900): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0e00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0e00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77a2a0 item 79 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0e00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.544405523 +0000 UTC m=+29.801679356 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde0e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1500): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1500): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1500): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.544405523 +0000 UTC m=+29.801679356 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77a4d0 item 79 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.545684041 +0000 UTC m=+29.802957874 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde1b40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc140): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc140): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77b1f0 item 80 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc140): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.546187794 +0000 UTC m=+29.803461626 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc840): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc840): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.546187794 +0000 UTC m=+29.803461626 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfc840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77b7a0 item 80 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfce80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfce80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfce80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfce80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfce80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.547405547 +0000 UTC m=+29.804679380 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfce80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77bc70 item 81 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.547827414 +0000 UTC m=+29.805101247 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd840): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd840): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.547827414 +0000 UTC m=+29.805101247 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfd840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77be30 item 81 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfdec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfdec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfdec0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfdec0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfdec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.548891437 +0000 UTC m=+29.806165271 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddfdec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4460 item 82 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.549391713 +0000 UTC m=+29.806665546 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1e4c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1ea40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1ea40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1ea40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1ea40): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1ea40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.549391713 +0000 UTC m=+29.806665546 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1ea40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4620 item 82 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f0c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f0c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f0c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f0c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f0c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.550551355 +0000 UTC m=+29.807825189 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f0c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd49a0 item 83 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.550973434 +0000 UTC m=+29.808247267 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1f5c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1fb00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1fb00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1fb00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1fb00): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1fb00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.550973434 +0000 UTC m=+29.808247267 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de1fb00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4c40 item 83 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.552104283 +0000 UTC m=+29.809378117 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4fc0 item 84 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.552902503 +0000 UTC m=+29.810176337 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40d00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40d00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40d00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40d00): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40d00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.552902503 +0000 UTC m=+29.810176337 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de40d00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5180 item 84 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.554359538 +0000 UTC m=+29.811633372 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5500 item 85 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.554821653 +0000 UTC m=+29.812095486 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41dc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41dc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41dc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41dc0): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41dc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.554821653 +0000 UTC m=+29.812095486 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de41dc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd56c0 item 85 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.556150495 +0000 UTC m=+29.813424338 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5a40 item 86 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.556842113 +0000 UTC m=+29.814115947 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.556842113 +0000 UTC m=+29.814115947 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5dc0 item 86 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59640): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59640): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59640): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.560559864 +0000 UTC m=+29.817833698 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fc460 item 87 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.561210876 +0000 UTC m=+29.818484709 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a180): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a180): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a180): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.561210876 +0000 UTC m=+29.818484709 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fc700 item 87 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a800): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a800): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a800): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a800): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a800): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.562636663 +0000 UTC m=+29.819910495 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7a800): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fd420 item 88 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.563197734 +0000 UTC m=+29.820471567 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7ad00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b280): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b280): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b280): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.563197734 +0000 UTC m=+29.820471567 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fde30 item 88 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.564750049 +0000 UTC m=+29.822023882 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7b8c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7be00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7be00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7be00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148380 item 89 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7be00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7be00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.565349503 +0000 UTC m=+29.822623336 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de7be00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148540 item 89 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.566134157 +0000 UTC m=+29.823407989 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea0440): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea09c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea09c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea09c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea09c0): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea09c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.566134157 +0000 UTC m=+29.823407989 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea09c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148850 item 89 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.567540737 +0000 UTC m=+29.824814570 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148bd0 item 90 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.568260559 +0000 UTC m=+29.825534392 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148d90 item 90 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.569120485 +0000 UTC m=+29.826394318 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dea1a80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c140): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c140): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c140): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.569120485 +0000 UTC m=+29.826394318 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1490a0 item 90 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.571493402 +0000 UTC m=+29.828767235 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1c780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ccc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ccc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ccc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149570 item 91 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ccc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ccc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.572514284 +0000 UTC m=+29.829788117 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ccc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1497a0 item 91 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.573282506 +0000 UTC m=+29.830556349 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d780): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d780): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.573282506 +0000 UTC m=+29.830556349 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1d780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149960 item 91 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.574756995 +0000 UTC m=+29.832030828 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df1ddc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38400): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38400): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149ce0 item 92 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38400): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.575577867 +0000 UTC m=+29.832851701 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7ca000 item 92 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.576192319 +0000 UTC m=+29.833466152 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38f00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38f00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38f00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38f00): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38f00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.576192319 +0000 UTC m=+29.833466152 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df38f00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7ca1c0 item 92 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.577247996 +0000 UTC m=+29.834521839 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39a80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39a80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39a80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7ca850 item 93 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39a80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39a80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.57772596 +0000 UTC m=+29.834999793 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df39a80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50280): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50280): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50280): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.57772596 +0000 UTC m=+29.834999793 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cab60 item 93 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.57925914 +0000 UTC m=+29.836532973 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df508c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50e00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50e00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cb420 item 94 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50e00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.580036971 +0000 UTC m=+29.837310803 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df50e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51500): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51500): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51500): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.580036971 +0000 UTC m=+29.837310803 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cb730 item 94 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.58196139 +0000 UTC m=+29.839235223 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df51b40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cbd50 item 95 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.582755833 +0000 UTC m=+29.840029665 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.582755833 +0000 UTC m=+29.840029665 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77e2a0 item 95 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.584839984 +0000 UTC m=+29.842113818 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f400): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f400): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77e850 item 96 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f400): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.585418768 +0000 UTC m=+29.842692602 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fb00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fb00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fb00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fb00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fb00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.585418768 +0000 UTC m=+29.842692602 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fb00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77ed20 item 96 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= 2026/04/28 01:04:11 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : >WaitForWriters: 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb61c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb61c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb61c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb61c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb61c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.594258717 +0000 UTC m=+29.851532550 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb61c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.594258717 +0000 UTC m=+29.851532550 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6b40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6b40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6b40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6b40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6b40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.594258717 +0000 UTC m=+29.851532550 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6b40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c4d0 item 1 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.597252339 +0000 UTC m=+29.854526173 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7680): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7680): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7680): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.597252339 +0000 UTC m=+29.854526173 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79cd20 item 2 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7cc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7cc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7cc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7cc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7cc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.598896017 +0000 UTC m=+29.856169851 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7cc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.598896017 +0000 UTC m=+29.856169851 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb580): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb580): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb580): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb580): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb580): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.598896017 +0000 UTC m=+29.856169851 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79d570 item 3 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.601510401 +0000 UTC m=+29.858784235 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e8c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e8c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e8c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e8c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e8c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.601510401 +0000 UTC m=+29.858784235 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83e8c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36150 item 4 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.603303172 +0000 UTC m=+29.860577005 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ef80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.603303172 +0000 UTC m=+29.860577005 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f8c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f8c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f8c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f8c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f8c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.603303172 +0000 UTC m=+29.860577005 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83f8c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36690 item 5 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa040): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa040): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa040): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa040): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa040): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.60531677 +0000 UTC m=+29.862590604 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa040): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa580): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa580): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa580): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa580): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa580): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.60531677 +0000 UTC m=+29.862590604 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36fc0 item 6 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.606765099 +0000 UTC m=+29.864038933 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaac00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.606765099 +0000 UTC m=+29.864038933 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab640): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab640): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab640): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.606765099 +0000 UTC m=+29.864038933 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37490 item 7 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabcc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabcc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabcc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabcc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabcc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.609162443 +0000 UTC m=+29.866436277 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddabcc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.609162443 +0000 UTC m=+29.866436277 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e5a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37c00 item 8 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9446c0): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238d9446c0): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9446c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9446c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9446c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9446c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9446c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944e40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944e40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944e40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944e40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944e40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.611598581 +0000 UTC m=+29.868872413 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944e40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.611598581 +0000 UTC m=+29.868872413 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945e00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945e00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945e00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945e00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.611598581 +0000 UTC m=+29.868872413 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db860e0 item 9 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db827c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db827c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db827c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db827c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db827c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.613508242 +0000 UTC m=+29.870782076 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db827c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83780): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83780): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.613508242 +0000 UTC m=+29.870782076 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86700 item 10 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83dc0): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238db83dc0): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83dc0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83dc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83dc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83dc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83dc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9303c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9303c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9303c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9303c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9303c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.61611833 +0000 UTC m=+29.873392162 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9303c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.61611833 +0000 UTC m=+29.873392162 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930e40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930e40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930e40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930e40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930e40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.61611833 +0000 UTC m=+29.873392162 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930e40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86af0 item 11 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.61852973 +0000 UTC m=+29.875803563 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9314c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931a00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931a00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.61852973 +0000 UTC m=+29.875803563 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db870a0 item 12 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818140): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238d818140): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818140): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818140): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818140): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818140): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818500): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818500): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818500): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.619906895 +0000 UTC m=+29.877180727 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818bc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818bc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818bc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818bc0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818bc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.619906895 +0000 UTC m=+29.877180727 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d818bc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db87490 item 13 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819240): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819240): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.6218765 +0000 UTC m=+29.879150332 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819780): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819780): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.6218765 +0000 UTC m=+29.879150332 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db878f0 item 14 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819dc0): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238d819dc0): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819dc0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819dc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819dc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819dc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d819dc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.62360075 +0000 UTC m=+29.880874583 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a940): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a940): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.62360075 +0000 UTC m=+29.880874583 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85a940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db87c70 item 15 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85afc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85afc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85afc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85afc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85afc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.625051504 +0000 UTC m=+29.882325337 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85afc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85b500): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85b500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85b500): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85b500): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85b500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.625051504 +0000 UTC m=+29.882325337 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85b500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafa230 item 16 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85bb40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85bb40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85bb40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85bb40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85bb40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.627044693 +0000 UTC m=+29.884318526 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d85bb40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.627044693 +0000 UTC m=+29.884318526 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8680c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8685c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8685c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8685c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8685c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8685c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.627044693 +0000 UTC m=+29.884318526 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8685c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafa700 item 17 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d868c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d868c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d868c40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d868c40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d868c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.629097686 +0000 UTC m=+29.886371519 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d868c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869180): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869180): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869180): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.629097686 +0000 UTC m=+29.886371519 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafafc0 item 18 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869800): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869800): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869800): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869800): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869800): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.630573497 +0000 UTC m=+29.887847330 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869800): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.630573497 +0000 UTC m=+29.887847330 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d869d00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4300): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4300): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4300): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.630573497 +0000 UTC m=+29.887847330 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb420 item 19 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4980): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4980): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4980): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.632289793 +0000 UTC m=+29.889563626 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4ec0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4ec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4ec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4ec0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4ec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.632289793 +0000 UTC m=+29.889563626 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b4ec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafbb90 item 20 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.633373222 +0000 UTC m=+29.890647056 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.633373222 +0000 UTC m=+29.890647056 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9b5a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce040): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce040): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce040): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce040): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce040): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.633373222 +0000 UTC m=+29.890647056 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce040): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc43f0 item 21 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce6c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce6c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce6c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce6c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce6c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.635040806 +0000 UTC m=+29.892314639 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9ce6c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cec00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cec00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cec00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cec00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cec00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.635040806 +0000 UTC m=+29.892314639 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cec00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc4a10 item 22 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.636561632 +0000 UTC m=+29.893835465 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.636561632 +0000 UTC m=+29.893835465 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01c780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01cc80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01cc80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01cc80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01cc80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01cc80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.636561632 +0000 UTC m=+29.893835465 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01cc80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96620 item 23 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d300): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d300): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d300): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.638277127 +0000 UTC m=+29.895550960 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d840): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d840): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.638277127 +0000 UTC m=+29.895550960 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01d840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96af0 item 24 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01de80): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238e01de80): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01de80): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01de80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01de80): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01de80): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e01de80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a340): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a340): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a340): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.639543421 +0000 UTC m=+29.896817254 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.639543421 +0000 UTC m=+29.896817254 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03a840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03ad80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03ad80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03ad80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03ad80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03ad80): close: 2026/04/28 01:04:11 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:11 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.639543421 +0000 UTC m=+29.896817254 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03ad80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc973b0 item 25 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b400): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b400): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b400): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.641261631 +0000 UTC m=+29.898535464 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b940): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b940): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.641261631 +0000 UTC m=+29.898535464 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e03b940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc97b90 item 26 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048080): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238e048080): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048080): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048080): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048080): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048080): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048440): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048440): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048440): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048440): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048440): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.642456861 +0000 UTC m=+29.899730694 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048440): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.642456861 +0000 UTC m=+29.899730694 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048e80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048e80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048e80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048e80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048e80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.642456861 +0000 UTC m=+29.899730694 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e048e80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030310 item 27 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049500): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049500): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049500): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.643975985 +0000 UTC m=+29.901249818 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049a40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049a40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.643975985 +0000 UTC m=+29.901249818 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e049a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030930 item 28 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056180): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238e056180): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056180): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056180): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056180): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.645145196 +0000 UTC m=+29.902419029 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056c00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056c00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056c00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056c00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056c00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.645145196 +0000 UTC m=+29.902419029 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e056c00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030d90 item 29 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.646278719 +0000 UTC m=+29.903552552 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0577c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0577c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0577c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0577c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0577c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.646278719 +0000 UTC m=+29.903552552 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0577c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031180 item 30 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057e00): _readAt: size=2, off=0 2026/04/28 01:04:11 ERROR : open-test-file(0x17238e057e00): Couldn't read size of file 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057e00): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057e00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057e00): >_writeAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057e00): close: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e057e00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a2c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a2c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a2c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a2c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a2c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.647494258 +0000 UTC m=+29.904768092 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a2c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a980): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a980): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a980): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.647494258 +0000 UTC m=+29.904768092 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06a980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031500 item 31 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b000): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b000): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b000): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.648696622 +0000 UTC m=+29.905970455 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b540): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b540): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b540): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.648696622 +0000 UTC m=+29.905970455 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06b540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031880 item 32 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06bb80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06bb80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06bb80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06bb80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06bb80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.649937719 +0000 UTC m=+29.907211552 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e06bb80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e031d50 item 33 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.650370518 +0000 UTC m=+29.907644351 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e600): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e600): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e600): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.650370518 +0000 UTC m=+29.907644351 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7e600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2070 item 33 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7ec40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7ec40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7ec40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7ec40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7ec40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.651724368 +0000 UTC m=+29.908998201 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7ec40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe23f0 item 34 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.652288715 +0000 UTC m=+29.909562549 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f0c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f600): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f600): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f600): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.652288715 +0000 UTC m=+29.909562549 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7f600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2850 item 34 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7fc40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7fc40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7fc40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7fc40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7fc40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.653546435 +0000 UTC m=+29.910820268 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238da7fc40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2cb0 item 35 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.653982309 +0000 UTC m=+29.911256142 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad61c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad66c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad66c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad66c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad66c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad66c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.653982309 +0000 UTC m=+29.911256142 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad66c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2ee0 item 35 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad6d40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad6d40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad6d40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad6d40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad6d40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.655122465 +0000 UTC m=+29.912396298 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad6d40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe3340 item 36 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.655543 +0000 UTC m=+29.912816833 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7780): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7780): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7780): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7780): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7780): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.655543 +0000 UTC m=+29.912816833 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7780): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe36c0 item 36 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7dc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7dc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7dc0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7dc0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7dc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.656802212 +0000 UTC m=+29.914076045 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dad7dc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe3a40 item 37 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.657248757 +0000 UTC m=+29.914522590 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c840): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c840): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.657248757 +0000 UTC m=+29.914522590 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2c840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe3c00 item 37 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2cec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2cec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2cec0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2cec0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2cec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.658546351 +0000 UTC m=+29.915820184 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2cec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9e2a0 item 38 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.65901176 +0000 UTC m=+29.916285594 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d3c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d900): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d900): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d900): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d900): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d900): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.65901176 +0000 UTC m=+29.916285594 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db2d900): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9e460 item 38 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0080): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0080): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0080): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.660164371 +0000 UTC m=+29.917438204 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9ea10 item 39 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.660577521 +0000 UTC m=+29.917851355 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0a80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0a80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0a80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0a80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0a80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.660577521 +0000 UTC m=+29.917851355 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb0a80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9ebd0 item 39 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1100): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1100): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1100): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.661973883 +0000 UTC m=+29.919247716 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9ef50 item 40 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.662459532 +0000 UTC m=+29.919733364 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1b40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1b40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1b40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1b40): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1b40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.662459532 +0000 UTC m=+29.919733364 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbb1b40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9f1f0 item 40 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.663578257 +0000 UTC m=+29.920852091 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8700): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8700): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9f650 item 41 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8700): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.664072272 +0000 UTC m=+29.921346105 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9f810 item 41 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.664553652 +0000 UTC m=+29.921827485 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe8bc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9100): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9100): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9100): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.664553652 +0000 UTC m=+29.921827485 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc9fc00 item 41 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.665684521 +0000 UTC m=+29.922958354 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9c40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d41c0 item 42 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9c40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.666146103 +0000 UTC m=+29.923419936 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dbe9c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4380 item 42 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.666671267 +0000 UTC m=+29.923945100 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70800): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70800): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70800): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70800): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70800): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.666671267 +0000 UTC m=+29.923945100 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70800): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4700 item 42 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.668137209 +0000 UTC m=+29.925411043 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc70e40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71340): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71340): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4bd0 item 43 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71340): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.668556642 +0000 UTC m=+29.925830475 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d4e00 item 43 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.669023325 +0000 UTC m=+29.926297158 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71dc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71dc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71dc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71dc0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71dc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.669023325 +0000 UTC m=+29.926297158 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc71dc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7d51f0 item 43 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.670225859 +0000 UTC m=+29.927499692 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9c500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9ca00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9ca00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9ca00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0150 item 44 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9ca00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9ca00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.670643078 +0000 UTC m=+29.927916911 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9ca00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0310 item 44 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.671169134 +0000 UTC m=+29.928442967 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9cf40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9d4c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9d4c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9d4c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9d4c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9d4c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.671169134 +0000 UTC m=+29.928442967 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9d4c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d04d0 item 44 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.672551047 +0000 UTC m=+29.929824880 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dc9db00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc100): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc100): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d08c0 item 45 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc100): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.672971933 +0000 UTC m=+29.930245766 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc800): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc800): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc800): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc800): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc800): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.672971933 +0000 UTC m=+29.930245766 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdc800): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0a80 item 45 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.674203302 +0000 UTC m=+29.931477135 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdce40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd340): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd340): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0e00 item 46 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd340): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.674645098 +0000 UTC m=+29.931918930 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdd340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdda40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdda40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdda40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdda40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdda40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.674645098 +0000 UTC m=+29.931918930 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcdda40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d0fc0 item 46 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.675849234 +0000 UTC m=+29.933123067 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2680): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2680): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1340 item 47 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2680): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.676382624 +0000 UTC m=+29.933656456 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2d80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2d80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.676382624 +0000 UTC m=+29.933656456 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf2d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1500 item 47 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.677881928 +0000 UTC m=+29.935155762 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf33c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf38c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf38c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf38c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1880 item 48 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf38c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf38c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.678291413 +0000 UTC m=+29.935565247 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dcf38c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd120c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd120c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd120c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd120c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd120c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.678291413 +0000 UTC m=+29.935565247 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd120c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1a40 item 48 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12700): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12700): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12700): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.67943771 +0000 UTC m=+29.936711544 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0d1dc0 item 49 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.679919492 +0000 UTC m=+29.937193325 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd12b80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd130c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd130c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd130c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd130c0): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd130c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.679919492 +0000 UTC m=+29.937193325 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd130c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6a1c0 item 49 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13740): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.681034671 +0000 UTC m=+29.938308505 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6a9a0 item 50 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.681565947 +0000 UTC m=+29.938839779 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd13c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd642c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd642c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd642c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd642c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd642c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.681565947 +0000 UTC m=+29.938839779 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd642c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6ab60 item 50 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64940): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64940): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64940): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.682917132 +0000 UTC m=+29.940190965 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6aee0 item 51 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.683406567 +0000 UTC m=+29.940680400 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd64e40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65380): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65380): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.683406567 +0000 UTC m=+29.940680400 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6b180 item 51 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65a00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65a00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.684810212 +0000 UTC m=+29.942084045 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd65a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6b810 item 52 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.685239193 +0000 UTC m=+29.942513026 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a580): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a580): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a580): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a580): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a580): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.685239193 +0000 UTC m=+29.942513026 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8a580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6ba40 item 52 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8ac00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8ac00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8ac00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8ac00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8ac00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.686324686 +0000 UTC m=+29.943598520 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8ac00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db6bdc0 item 53 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.686716768 +0000 UTC m=+29.943990600 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b640): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b640): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b640): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.686716768 +0000 UTC m=+29.943990600 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dd8b640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9c0e0 item 53 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf3c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf3c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf3c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf3c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf3c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.688073013 +0000 UTC m=+29.945346845 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf3c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc50a0 item 54 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.688650404 +0000 UTC m=+29.945924237 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cf8c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cfe40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cfe40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cfe40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cfe40): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cfe40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.688650404 +0000 UTC m=+29.945924237 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9cfe40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc55e0 item 54 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de185c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de185c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de185c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de185c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de185c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.689907282 +0000 UTC m=+29.947181115 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de185c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc5b20 item 55 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.69032946 +0000 UTC m=+29.947603293 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de18ac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19000): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19000): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19000): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.69032946 +0000 UTC m=+29.947603293 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dcc5ce0 item 55 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19680): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19680): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19680): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.691580407 +0000 UTC m=+29.948854239 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77a310 item 56 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.692127149 +0000 UTC m=+29.949400982 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de19b80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38200): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38200): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38200): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38200): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38200): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.692127149 +0000 UTC m=+29.949400982 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38200): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77a5b0 item 56 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.693394206 +0000 UTC m=+29.950668040 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38d80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77aee0 item 57 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38d80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.693783262 +0000 UTC m=+29.951057095 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de38d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77b650 item 57 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.694387184 +0000 UTC m=+29.951661017 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de392c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39840): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39840): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.694387184 +0000 UTC m=+29.951661017 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77b960 item 57 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.69561677 +0000 UTC m=+29.952890603 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de39e80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de584c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de584c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de584c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d77bd50 item 58 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de584c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de584c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.696067091 +0000 UTC m=+29.953340924 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de584c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4150 item 58 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.696648201 +0000 UTC m=+29.953922034 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.696648201 +0000 UTC m=+29.953922034 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de58fc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4380 item 58 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.697762287 +0000 UTC m=+29.955036121 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4700 item 59 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.698217178 +0000 UTC m=+29.955491011 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de59b40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd48c0 item 59 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.698737892 +0000 UTC m=+29.956011725 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76700): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76700): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76700): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.698737892 +0000 UTC m=+29.956011725 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4a80 item 59 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.70022794 +0000 UTC m=+29.957501813 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de76d40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77280): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77280): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77280): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd4ee0 item 60 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77280): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77280): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.700707216 +0000 UTC m=+29.957981050 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77280): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd50a0 item 60 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.701219175 +0000 UTC m=+29.958493008 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de777c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77d80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77d80): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.701219175 +0000 UTC m=+29.958493008 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de77d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5260 item 60 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.702598173 +0000 UTC m=+29.959872007 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9a4c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9aa00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9aa00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9aa00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd55e0 item 61 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9aa00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9aa00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.702979384 +0000 UTC m=+29.960253217 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9aa00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b100): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b100): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b100): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b100): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b100): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.702979384 +0000 UTC m=+29.960253217 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b100): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd57a0 item 61 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.704275776 +0000 UTC m=+29.961549609 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9b740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9bc80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9bc80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9bc80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dfd5c70 item 62 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9bc80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9bc80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.704694277 +0000 UTC m=+29.961968120 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238de9bc80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0a480): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0a480): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0a480): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0a480): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0a480): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.704694277 +0000 UTC m=+29.961968120 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0a480): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fc000 item 62 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.705973015 +0000 UTC m=+29.963246848 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0aac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b000): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b000): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fc540 item 63 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b000): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.706413969 +0000 UTC m=+29.963687802 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b700): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b700): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b700): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.706413969 +0000 UTC m=+29.963687802 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0b700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fcf50 item 63 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): >_readAt: n=0, err=Bad file descriptor 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.707975754 +0000 UTC m=+29.965249587 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df0bd40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2a380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2a380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2a380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d9fdd50 item 64 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2a380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2a380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.708524422 +0000 UTC m=+29.965798255 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2a380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2aa80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2aa80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2aa80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2aa80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2aa80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.708524422 +0000 UTC m=+29.965798255 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2aa80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148070 item 64 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b0c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b0c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b0c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b0c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b0c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.710051018 +0000 UTC m=+29.967324861 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b0c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148460 item 65 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.710539182 +0000 UTC m=+29.967813025 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2b540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2ba40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2ba40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2ba40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2ba40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2ba40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.710539182 +0000 UTC m=+29.967813025 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df2ba40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148700 item 65 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.711959728 +0000 UTC m=+29.969233571 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148af0 item 66 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.712563049 +0000 UTC m=+29.969836893 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4ab40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4ab40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4ab40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4ab40): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4ab40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.712563049 +0000 UTC m=+29.969836893 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4ab40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148cb0 item 66 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.713979218 +0000 UTC m=+29.971253061 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149180 item 67 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.714521113 +0000 UTC m=+29.971794956 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4b600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4bb00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4bb00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4bb00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4bb00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4bb00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.714521113 +0000 UTC m=+29.971794956 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4bb00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149420 item 67 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.715995911 +0000 UTC m=+29.973269744 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d72e460 item 68 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.716677009 +0000 UTC m=+29.973950842 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.716677009 +0000 UTC m=+29.973950842 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7e880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d72eb60 item 68 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.717793992 +0000 UTC m=+29.975067825 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7eec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d72f340 item 69 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.718276294 +0000 UTC m=+29.975550127 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f840): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f840): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f840): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f840): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f840): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.718276294 +0000 UTC m=+29.975550127 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7f840): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d72fd50 item 69 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fec0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fec0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.719615116 +0000 UTC m=+29.976888959 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df7fec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148310 item 70 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.72013038 +0000 UTC m=+29.977404223 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e0129c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012f00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012f00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012f00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012f00): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012f00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.72013038 +0000 UTC m=+29.977404223 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e012f00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1484d0 item 70 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013580): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013580): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013580): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013580): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013580): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.72140429 +0000 UTC m=+29.978678134 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013580): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1489a0 item 71 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.721968477 +0000 UTC m=+29.979242320 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238e013a80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6080): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6080): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6080): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.721968477 +0000 UTC m=+29.979242320 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e148b60 item 71 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6740): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.723243659 +0000 UTC m=+29.980517502 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e1497a0 item 72 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.723799941 +0000 UTC m=+29.981073785 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb6c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.723799941 +0000 UTC m=+29.981073785 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149960 item 72 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.725165664 +0000 UTC m=+29.982439507 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7c40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e149ce0 item 73 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7c40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.725559088 +0000 UTC m=+29.982832931 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deb7c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9c000 item 73 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.726145035 +0000 UTC m=+29.983418878 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fae40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb5c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb5c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb5c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb5c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb5c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.726145035 +0000 UTC m=+29.983418878 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d3fb5c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9c540 item 73 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.727461235 +0000 UTC m=+29.984735069 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9ca10 item 74 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.727956813 +0000 UTC m=+29.985230646 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaa880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9cd20 item 74 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.728456247 +0000 UTC m=+29.985730080 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaadc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab3c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab3c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab3c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab3c0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab3c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.728456247 +0000 UTC m=+29.985730080 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddab3c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9cee0 item 74 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.729509269 +0000 UTC m=+29.986783102 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ddaba00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e4980): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e4980): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e4980): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d340 item 75 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e4980): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e4980): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.729931427 +0000 UTC m=+29.987205260 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d6e4980): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): _writeAt: size=3, off=2 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d500 item 75 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.73038752 +0000 UTC m=+29.987661352 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944a00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944a00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.73038752 +0000 UTC m=+29.987661352 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d944a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9d730 item 75 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.731506526 +0000 UTC m=+29.988780359 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945d80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945d80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945d80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db9db20 item 76 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945d80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945d80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.731935957 +0000 UTC m=+29.989209791 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d945d80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7ca380 item 76 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): _writeAt: size=3, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.732475078 +0000 UTC m=+29.989748911 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db82500): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83640): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83640): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83640): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.732475078 +0000 UTC m=+29.989748911 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7ca5b0 item 76 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.733644299 +0000 UTC m=+29.990918132 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238db83c80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a140): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a140): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a140): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7820e0 item 77 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a140): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a140): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.73427959 +0000 UTC m=+29.991553423 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a140): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a8c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a8c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a8c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a8c0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a8c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.73427959 +0000 UTC m=+29.991553423 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4a8c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7823f0 item 77 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.736298679 +0000 UTC m=+29.993572512 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238df4af00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4300): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4300): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d783880 item 78 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4300): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.736950381 +0000 UTC m=+29.994224215 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4a00): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4a00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4a00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4a00): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4a00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.736950381 +0000 UTC m=+29.994224215 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded4a00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c0e0 item 78 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.738866475 +0000 UTC m=+29.996140308 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5040): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5540): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5540): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5540): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79c770 item 79 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5540): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5540): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.739396267 +0000 UTC m=+29.996670100 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5540): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5c40): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5c40): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.739396267 +0000 UTC m=+29.996670100 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238ded5c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79caf0 item 79 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.741109607 +0000 UTC m=+29.998383440 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0880): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0880): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0880): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79d030 item 80 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0880): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0880): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.741612048 +0000 UTC m=+29.998885881 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0880): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0f80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0f80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0f80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0f80): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0f80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.741612048 +0000 UTC m=+29.998885881 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee0f80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79d570 item 80 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee15c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee15c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee15c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee15c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee15c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.743130369 +0000 UTC m=+30.000404202 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee15c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d79ddc0 item 81 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.743707941 +0000 UTC m=+30.000981774 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dee1a40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee080): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee080): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee080): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.743707941 +0000 UTC m=+30.000981774 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36230 item 81 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee700): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee700): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee700): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.745048337 +0000 UTC m=+30.002322170 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deee700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36700 item 82 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.745594309 +0000 UTC m=+30.002868142 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deeec00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef180): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef180): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef180): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.745594309 +0000 UTC m=+30.002868142 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36a10 item 82 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef800): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef800): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef800): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef800): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef800): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.747018843 +0000 UTC m=+30.004292676 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deef800): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db36fc0 item 83 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.747532154 +0000 UTC m=+30.004805987 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238deefd00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa340): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa340): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa340): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa340): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa340): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.747532154 +0000 UTC m=+30.004805987 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa340): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37260 item 83 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa9c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa9c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa9c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa9c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa9c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.748729038 +0000 UTC m=+30.006002871 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defa9c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37730 item 84 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.749474668 +0000 UTC m=+30.006748501 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defaec0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defb440): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defb440): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defb440): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defb440): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defb440): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.749474668 +0000 UTC m=+30.006748501 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defb440): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37ab0 item 84 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defbac0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defbac0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defbac0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defbac0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defbac0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.750742496 +0000 UTC m=+30.008016328 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238defbac0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db37e30 item 85 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.751187647 +0000 UTC m=+30.008461480 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d4540c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454600): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454600): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454600): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.751187647 +0000 UTC m=+30.008461480 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86150 item 85 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454c80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454c80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454c80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454c80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454c80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.75250005 +0000 UTC m=+30.009773893 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d454c80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db86620 item 86 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.753201085 +0000 UTC m=+30.010474919 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455700): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455700): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455700): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.753201085 +0000 UTC m=+30.010474919 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d455700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238db867e0 item 86 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734180): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734180): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734180): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734180): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734180): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.754586345 +0000 UTC m=+30.011860178 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734180): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafa230 item 87 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.755133259 +0000 UTC m=+30.012407093 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734680): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734bc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734bc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734bc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734bc0): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734bc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.755133259 +0000 UTC m=+30.012407093 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d734bc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafa4d0 item 87 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735240): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735240): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735240): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735240): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735240): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.756442455 +0000 UTC m=+30.013716288 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735240): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafaa80 item 88 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.75704766 +0000 UTC m=+30.014321493 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735740): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735cc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735cc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735cc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735cc0): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735cc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.75704766 +0000 UTC m=+30.014321493 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d735cc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafae00 item 88 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.758187866 +0000 UTC m=+30.015461699 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c940): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c940): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb260 item 89 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c940): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.758846352 +0000 UTC m=+30.016120185 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83c940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb490 item 89 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.759300802 +0000 UTC m=+30.016574635 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83ce80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83d400): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83d400): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83d400): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83d400): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83d400): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.759300802 +0000 UTC m=+30.016574635 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83d400): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dafb650 item 89 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.760497725 +0000 UTC m=+30.017771558 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d83da40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862080): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862080): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96540 item 90 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862080): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.761096948 +0000 UTC m=+30.018370782 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96700 item 90 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.761665003 +0000 UTC m=+30.018938836 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8625c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862b80): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862b80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862b80): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862b80): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862b80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.761665003 +0000 UTC m=+30.018938836 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d862b80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc968c0 item 90 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.763259088 +0000 UTC m=+30.020532931 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d8631c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863700): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863700): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863700): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc96c40 item 91 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863700): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863700): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.763733955 +0000 UTC m=+30.021007789 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863700): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): >_readAt: n=2, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): _writeAt: size=3, off=7 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc97030 item 91 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.764235263 +0000 UTC m=+30.021509097 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d863c40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c2c0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c2c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c2c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c2c0): >_readAt: n=8, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c2c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.764235263 +0000 UTC m=+30.021509097 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c2c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc975e0 item 91 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.765485999 +0000 UTC m=+30.022759833 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87c900): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87ce40): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87ce40): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87ce40): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc97ab0 item 92 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87ce40): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87ce40): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.765926923 +0000 UTC m=+30.023200756 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87ce40): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): open at offset 5 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dc97dc0 item 92 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): _readAt: size=2, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): _writeAt: size=3, off=5 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): >_writeAt: n=3, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.766523361 +0000 UTC m=+30.023797194 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d940): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d940): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d940): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d940): >_readAt: n=3, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d940): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.766523361 +0000 UTC m=+30.023797194 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d87d940): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e0302a0 item 92 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.768499628 +0000 UTC m=+30.025773461 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2080): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c25c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c25c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c25c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030770 item 93 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c25c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c25c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.768853829 +0000 UTC m=+30.026127661 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c25c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2cc0): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2cc0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2cc0): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2cc0): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2cc0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.768853829 +0000 UTC m=+30.026127661 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d9c2cc0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238e030930 item 93 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.771014945 +0000 UTC m=+30.028288779 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930300): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930900): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930900): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930900): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cb030 item 94 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930900): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930900): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.771883699 +0000 UTC m=+30.029157532 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d930900): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931000): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931000): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931000): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931000): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931000): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.771883699 +0000 UTC m=+30.029157532 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931000): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cb420 item 94 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.774044956 +0000 UTC m=+30.031318789 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931640): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931b80): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931b80): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931b80): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cbb90 item 95 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931b80): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931b80): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.774423081 +0000 UTC m=+30.031696914 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238d931b80): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2380): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2380): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2380): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2380): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2380): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.774423081 +0000 UTC m=+30.031696914 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2380): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238d7cbd50 item 95 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 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/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): open at offset 0 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): _readAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): >_readAt: n=0, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.777157121 +0000 UTC m=+30.034430955 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde29c0): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2f00): _writeAt: size=5, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2f00): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2f00): >openPending: err= 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe2230 item 96 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2f00): >_writeAt: n=5, err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2f00): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.777629746 +0000 UTC m=+30.034903579 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde2f00): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/28 01:04:11 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:11 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/28 01:04:11 DEBUG : open-test-file: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3600): _readAt: size=512, off=0 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3600): openPending: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3600): >openPending: err= 2026/04/28 01:04:11 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3600): >_readAt: n=5, err=EOF 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3600): close: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-28 01:04:11.777629746 +0000 UTC m=+30.034903579 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : open-test-file(0x17238dde3600): >close: err= 2026/04/28 01:04:11 DEBUG : open-test-file: Remove: 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x17238dbe23f0 item 96 2026/04/28 01:04:11 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/28 01:04:11 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/28 01:04:11 DEBUG : open-test-file: >Remove: err= 2026/04/28 01:04:11 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : >WaitForWriters: 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.40s) --- PASS: TestRWFileHandleOpenTests/writes (0.21s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full (0.19s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) === RUN TestRWFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:11 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:11 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:11 DEBUG : file1: newRWFileHandle: 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): openPending: 2026/04/28 01:04:11 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): >openPending: err= 2026/04/28 01:04:11 DEBUG : file1: >newRWFileHandle: err= 2026/04/28 01:04:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:11 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/28 01:04:11 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): _writeAt: size=2, off=0 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): >_writeAt: n=2, err= 2026/04/28 01:04:11 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): RWFileHandle.Flush 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): RWFileHandle.Release 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): close: 2026/04/28 01:04:11 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/28 01:04:11 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:11 DEBUG : file1(0x17238da7e100): >close: err= 2026/04/28 01:04:11 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:11 DEBUG : file1: vfs cache: starting upload 2026/04/28 01:04:11 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1.a0a9169e.partial" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1.a0a9169e.partial 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1.a0a9169e.partial" 2026/04/28 01:04:11 DEBUG : Looking for writers 2026/04/28 01:04:11 DEBUG : file1: reading active writers 2026/04/28 01:04:11 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:11 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:11 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yigekef9qici/file1.a0a9169e.partial 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:11 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/28 01:04:11 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/28 01:04:11 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/28 01:04:11 INFO : file1: Copied (new) 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:11 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : file1: reading active writers 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yigekef9qici/file1 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/28 01:04:12 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/28 01:04:12 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/28 01:04:12 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/28 01:04:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:12 INFO : file1: vfs cache: upload succeeded try #1 2026/04/28 01:04:12 DEBUG : >WaitForWriters: 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yigekef9qici/file1 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:12 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:12 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/28 01:04:12 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : file1: reading active writers 2026/04/28 01:04:12 DEBUG : >WaitForWriters: 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.53s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:12 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:12 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:12 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:12 DEBUG : rename_me: newRWFileHandle: 2026/04/28 01:04:12 DEBUG : rename_me(0x17238db1c500): openPending: 2026/04/28 01:04:12 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/28 01:04:12 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/28 01:04:12 DEBUG : rename_me(0x17238db1c500): >openPending: err= 2026/04/28 01:04:12 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/28 01:04:12 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/28 01:04:12 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/28 01:04:12 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/28 01:04:12 DEBUG : rename_me(0x17238db1c500): _writeAt: size=5, off=0 2026/04/28 01:04:12 DEBUG : rename_me(0x17238db1c500): >_writeAt: n=5, err= 2026/04/28 01:04:12 DEBUG : rename_me(0x17238db1c500): close: 2026/04/28 01:04:12 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-28 01:04:12.317663188 +0000 UTC m=+30.574937031 2026/04/28 01:04:12 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/28 01:04:12 DEBUG : rename_me(0x17238db1c500): >close: err= 2026/04/28 01:04:12 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/28 01:04:12 DEBUG : i_was_renamed: Updating file with 0x17238dbd8ea0 2026/04/28 01:04:12 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/28 01:04:12 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/28 01:04:12 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : i_was_renamed: reading active writers 2026/04/28 01:04:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : i_was_renamed: reading active writers 2026/04/28 01:04:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : i_was_renamed: reading active writers 2026/04/28 01:04:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : i_was_renamed: reading active writers 2026/04/28 01:04:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/28 01:04:12 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/28 01:04:12 DEBUG : i_was_renamed.f36890fd.partial: size = 5 OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/i_was_renamed.f36890fd.partial" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/i_was_renamed.f36890fd.partial 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/i_was_renamed.f36890fd.partial" 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : i_was_renamed: reading active writers 2026/04/28 01:04:12 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/i_was_renamed.f36890fd.partial 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : i_was_renamed.f36890fd.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:12 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:12 DEBUG : i_was_renamed.f36890fd.partial: renamed to: i_was_renamed 2026/04/28 01:04:12 INFO : i_was_renamed: Copied (new) 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/i_was_renamed" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/i_was_renamed 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/i_was_renamed" 2026/04/28 01:04:12 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:12 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-yigekef9qici/dir/file1: no such file or directory 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/i_was_renamed 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:12 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-28 01:04:12 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/28 01:04:12 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/28 01:04:12 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/28 01:04:12 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/28 01:04:12 DEBUG : Looking for writers 2026/04/28 01:04:12 DEBUG : i_was_renamed: reading active writers 2026/04/28 01:04:12 DEBUG : >WaitForWriters: 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:12 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/28 01:04:12 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yigekef9qici" 2026/04/28 01:04:12 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:12 DEBUG : forgetting directory cache 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:12 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:12 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238db1d640): _readAt: size=512, off=0 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238db1d640): openPending: 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-28 00:05:12 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/28 01:04:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238db1d640): >openPending: err= 2026/04/28 01:04:13 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238db1d640): >_readAt: n=20, err=EOF 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238db1d640): close: 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:05:12 +0000 UTC 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238db1d640): >close: err= 2026/04/28 01:04:13 DEBUG : Re-reading directory (100.473119ms old) 2026/04/28 01:04:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/28 01:04:13 DEBUG : forgetting directory cache 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238dc1e300): _readAt: size=512, off=0 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238dc1e300): openPending: 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-28 00:06:12 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-28 00:05:12 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-28 00:06:12 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-28 00:05:12 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/28 01:04:13 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/28 01:04:13 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238dc1e300): >openPending: err= 2026/04/28 01:04:13 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238dc1e300): >_readAt: n=20, err=EOF 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238dc1e300): close: 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:06:12 +0000 UTC 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238dc1e300): >close: err= 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : forgetting directory cache 2026/04/28 01:04:13 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238de24500): _readAt: size=512, off=0 2026/04/28 01:04:13 DEBUG : TestRWCacheUpdate(0x17238de24500): openPending: 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:13 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-28 00:07:12 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-28 00:06:12 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-28 00:07:12 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-28 00:06:12 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/28 01:04:14 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/28 01:04:14 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238de24500): >openPending: err= 2026/04/28 01:04:14 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238de24500): >_readAt: n=20, err=EOF 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238de24500): close: 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:07:12 +0000 UTC 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238de24500): >close: err= 2026/04/28 01:04:14 DEBUG : Re-reading directory (102.727512ms old) 2026/04/28 01:04:14 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/28 01:04:14 DEBUG : forgetting directory cache 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e012100): _readAt: size=512, off=0 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e012100): openPending: 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-28 00:08:12 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-28 00:07:12 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-28 00:08:12 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-28 00:07:12 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/28 01:04:14 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/28 01:04:14 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e012100): >openPending: err= 2026/04/28 01:04:14 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e012100): >_readAt: n=20, err=EOF 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e012100): close: 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:08:12 +0000 UTC 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e012100): >close: err= 2026/04/28 01:04:14 DEBUG : Re-reading directory (100.35665ms old) 2026/04/28 01:04:14 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/28 01:04:14 DEBUG : forgetting directory cache 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e013000): _readAt: size=512, off=0 2026/04/28 01:04:14 DEBUG : TestRWCacheUpdate(0x17238e013000): openPending: 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:14 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-28 00:09:12 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-28 00:08:12 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-28 00:09:12 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-28 00:08:12 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/28 01:04:15 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/28 01:04:15 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238e013000): >openPending: err= 2026/04/28 01:04:15 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238e013000): >_readAt: n=20, err=EOF 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238e013000): close: 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:09:12 +0000 UTC 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238e013000): >close: err= 2026/04/28 01:04:15 DEBUG : Re-reading directory (108.081677ms old) 2026/04/28 01:04:15 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/28 01:04:15 DEBUG : forgetting directory cache 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1e680): _readAt: size=512, off=0 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1e680): openPending: 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-28 00:10:12 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-28 00:09:12 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-28 00:10:12 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-28 00:09:12 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/28 01:04:15 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/28 01:04:15 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1e680): >openPending: err= 2026/04/28 01:04:15 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1e680): >_readAt: n=20, err=EOF 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1e680): close: 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:10:12 +0000 UTC 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1e680): >close: err= 2026/04/28 01:04:15 DEBUG : Re-reading directory (103.4874ms old) 2026/04/28 01:04:15 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/28 01:04:15 DEBUG : forgetting directory cache 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1f180): _readAt: size=512, off=0 2026/04/28 01:04:15 DEBUG : TestRWCacheUpdate(0x17238dc1f180): openPending: 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:15 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-28 00:11:12 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-28 00:10:12 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-28 00:11:12 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-28 00:10:12 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/28 01:04:16 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/28 01:04:16 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238dc1f180): >openPending: err= 2026/04/28 01:04:16 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238dc1f180): >_readAt: n=21, err=EOF 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238dc1f180): close: 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:11:12 +0000 UTC 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238dc1f180): >close: err= 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : forgetting directory cache 2026/04/28 01:04:16 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d3fb0c0): _readAt: size=512, off=0 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d3fb0c0): openPending: 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-28 00:12:12 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-28 00:11:12 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-28 00:12:12 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-28 00:11:12 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/28 01:04:16 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/28 01:04:16 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d3fb0c0): >openPending: err= 2026/04/28 01:04:16 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d3fb0c0): >_readAt: n=22, err=EOF 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d3fb0c0): close: 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:12:12 +0000 UTC 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d3fb0c0): >close: err= 2026/04/28 01:04:16 DEBUG : Re-reading directory (101.290044ms old) 2026/04/28 01:04:16 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : forgetting directory cache 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d6e5ec0): _readAt: size=512, off=0 2026/04/28 01:04:16 DEBUG : TestRWCacheUpdate(0x17238d6e5ec0): openPending: 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:16 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-28 00:13:12 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-28 00:12:12 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-28 00:13:12 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-28 00:12:12 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/28 01:04:17 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/28 01:04:17 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238d6e5ec0): >openPending: err= 2026/04/28 01:04:17 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238d6e5ec0): >_readAt: n=23, err=EOF 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238d6e5ec0): close: 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:13:12 +0000 UTC 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238d6e5ec0): >close: err= 2026/04/28 01:04:17 DEBUG : Re-reading directory (103.146325ms old) 2026/04/28 01:04:17 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : forgetting directory cache 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238df7ee00): _readAt: size=512, off=0 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238df7ee00): openPending: 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yigekef9qici/TestRWCacheUpdate 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-28 00:14:12 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-28 00:13:12 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-28 00:14:12 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-28 00:13:12 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/28 01:04:17 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/28 01:04:17 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238df7ee00): >openPending: err= 2026/04/28 01:04:17 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238df7ee00): >_readAt: n=24, err=EOF 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238df7ee00): close: 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-28 00:14:12 +0000 UTC 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate(0x17238df7ee00): >close: err= 2026/04/28 01:04:17 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:17 DEBUG : Looking for writers 2026/04/28 01:04:17 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/28 01:04:17 DEBUG : >WaitForWriters: 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.90s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:17 DEBUG : forgetting directory cache 2026/04/28 01:04:17 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:17 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/28 01:04:17 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:17 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:17 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:17 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:17 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:17 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:17 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:17 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:17 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/28 01:04:18 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/28 01:04:18 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/28 01:04:18 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/28 01:04:18 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/28 01:04:18 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/28 01:04:18 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/28 01:04:18 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/FiLeA" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yigekef9qici/FiLeA 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:18 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/28 01:04:18 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:18 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/28 01:04:18 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/28 01:04:18 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/28 01:04:18 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:18 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:18 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FiLeB" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yigekef9qici/FiLeB 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/28 01:04:19 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/28 01:04:19 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/28 01:04:19 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/FilEb" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yigekef9qici/FilEb 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/28 01:04:19 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/28 01:04:19 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/28 01:04:19 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/28 01:04:19 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/28 01:04:19 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/28 01:04:19 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/28 01:04:19 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:19 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:19 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:19 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/28 01:04:19 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/28 01:04:19 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/28 01:04:19 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/28 01:04:19 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:19 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : FiLeA: reading active writers 2026/04/28 01:04:19 DEBUG : FiLeB: reading active writers 2026/04/28 01:04:19 DEBUG : FilEb: reading active writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : FiLeB: reading active writers 2026/04/28 01:04:19 DEBUG : FilEb: reading active writers 2026/04/28 01:04:19 DEBUG : FiLeA: reading active writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.61s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/normal name with no special characters.txt" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/normal\ name\ with\ no\ special\ characters.txt 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/normal\ name\ with\ no\ special\ characters.txt" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yigekef9qici/normal name with no special characters.txt 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/normal name with no special characters.txt" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/normal\ name\ with\ no\ special\ characters.txt 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/normal\ name\ with\ no\ special\ characters.txt" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yigekef9qici/normal name with no special characters.txt 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/測試_Русский___ě_áñ" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/測試_Русский___ě_áñ 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/測試_Русский___ě_áñ" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yigekef9qici/測試_Русский___ě_áñ 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/測試_Русский___ě_áñ" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/測試_Русский___ě_áñ 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/測試_Русский___ě_áñ" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yigekef9qici/測試_Русский___ě_áñ 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/28 01:04:19 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/normal name with no special characters.txt" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/normal\ name\ with\ no\ special\ characters.txt 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/normal\ name\ with\ no\ special\ characters.txt" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yigekef9qici/normal name with no special characters.txt 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/測試_Русский___ě_áñ" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/測試_Русский___ě_áñ 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/測試_Русский___ě_áñ" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yigekef9qici/測試_Русский___ě_áñ 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/28 01:04:19 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.56s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:19 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Reusing VFS from active cache 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:19 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:19 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:19 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:19 DEBUG : Looking for writers 2026/04/28 01:04:19 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:19 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:19 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:19 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/28 01:04:20 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:20 DEBUG : dir: Looking for writers 2026/04/28 01:04:20 DEBUG : file2: reading active writers 2026/04/28 01:04:20 DEBUG : Looking for writers 2026/04/28 01:04:20 DEBUG : dir: reading active writers 2026/04/28 01:04:20 DEBUG : file1: reading active writers 2026/04/28 01:04:20 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.41s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:20 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/28 01:04:20 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:20 DEBUG : dir: Looking for writers 2026/04/28 01:04:20 DEBUG : Looking for writers 2026/04/28 01:04:20 DEBUG : dir: reading active writers 2026/04/28 01:04:20 DEBUG : file1: reading active writers 2026/04/28 01:04:20 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.40s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:20 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:20 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/28 01:04:20 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:20 DEBUG : file1: Open: flags=O_RDONLY 2026/04/28 01:04:20 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/28 01:04:20 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/28 01:04:20 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:20 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:20 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/28 01:04:20 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (0 bytes), uploading instead of streaming 2026/04/28 01:04:20 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/new_file.txt" 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/new_file.txt 2026/04/28 01:04:20 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/new_file.txt" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/dir/new_file.txt 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:21 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:04:21 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/28 01:04:21 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/28 01:04:21 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:21 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/28 01:04:21 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:21 DEBUG : dir: Looking for writers 2026/04/28 01:04:21 DEBUG : file2: reading active writers 2026/04/28 01:04:21 DEBUG : new_file.txt: reading active writers 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 DEBUG : dir: reading active writers 2026/04/28 01:04:21 DEBUG : file1: reading active writers 2026/04/28 01:04:21 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.50s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:21 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file2" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yigekef9qici/dir/file2 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/28 01:04:21 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/28 01:04:21 DEBUG : dir/file1: Updating file with dir/file1 0x17238d9ccd00 2026/04/28 01:04:21 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/28 01:04:21 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/dir/file1" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yigekef9qici/dir/file1 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/28 01:04:21 INFO : dir/file1: Moved (server-side) to: file0 2026/04/28 01:04:21 DEBUG : file0: Updating file with file0 0x17238d9ccd00 2026/04/28 01:04:21 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file0" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file0 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file0" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yigekef9qici/file0 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file0" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file0 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file0" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yigekef9qici/file0 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/28 01:04:21 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:21 DEBUG : dir: Looking for writers 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 DEBUG : dir: reading active writers 2026/04/28 01:04:21 DEBUG : file0: reading active writers 2026/04/28 01:04:21 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.61s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:21 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Server has VFS statistics extension 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: About path "/rclone-test-yigekef9qici" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: About path "/rclone-test-yigekef9qici" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: About using shell command for shell type "unix" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: df -k /rclone-test-yigekef9qici 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "df -k /rclone-test-yigekef9qici" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 58040796 92732212 36% / 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:21 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:21 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 -s sftp 2026/04/28 01:04:21 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:21 DEBUG : c: Looking for writers 2026/04/28 01:04:21 DEBUG : d: Looking for writers 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 DEBUG : a: Looking for writers 2026/04/28 01:04:21 DEBUG : b: Looking for writers 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 DEBUG : c: reading active writers 2026/04/28 01:04:21 DEBUG : d: reading active writers 2026/04/28 01:04:21 DEBUG : /: reading active writers 2026/04/28 01:04:21 DEBUG : a: reading active writers 2026/04/28 01:04:21 DEBUG : b: reading active writers 2026/04/28 01:04:21 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.22s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:21 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/28 01:04:21 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/28 01:04:21 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/28 01:04:21 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/28 01:04:21 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:21 DEBUG : a/b/c/d: Looking for writers 2026/04/28 01:04:21 DEBUG : a/b/c: Looking for writers 2026/04/28 01:04:21 DEBUG : d: reading active writers 2026/04/28 01:04:21 DEBUG : a/b: Looking for writers 2026/04/28 01:04:21 DEBUG : c: reading active writers 2026/04/28 01:04:21 DEBUG : a: Looking for writers 2026/04/28 01:04:21 DEBUG : b: reading active writers 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 DEBUG : a: reading active writers 2026/04/28 01:04:21 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdirAll (0.03s) === RUN TestFillInMissingSizes === RUN TestFillInMissingSizes/total=20,free=5,used=15 === RUN TestFillInMissingSizes/total=20,free=5,used=-1 === RUN TestFillInMissingSizes/total=20,free=-1,used=15 === RUN TestFillInMissingSizes/total=20,free=-1,used=-1 === RUN TestFillInMissingSizes/total=-1,free=5,used=15 === RUN TestFillInMissingSizes/total=-1,free=15,used=-1 === RUN TestFillInMissingSizes/total=-1,free=-1,used=15 === RUN TestFillInMissingSizes/total=-1,free=-1,used=-1 --- PASS: TestFillInMissingSizes (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=5,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=20,free=-1,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=5,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=15,used=-1 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=15 (0.00s) --- PASS: TestFillInMissingSizes/total=-1,free=-1,used=-1 (0.00s) === RUN TestVFSIsMetadataFile run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:21 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:21 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:21 DEBUG : Looking for writers 2026/04/28 01:04:21 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:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:21 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:21 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:21 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:21 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:21 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:21 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:21 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/28 01:04:21 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/28 01:04:21 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (5 bytes), uploading instead of streaming 2026/04/28 01:04:21 DEBUG : file1: size = 5 OK 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:21 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:22 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:22 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:22 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/28 01:04:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:22 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/28 01:04:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/28 01:04:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (0 bytes), uploading instead of streaming 2026/04/28 01:04:22 DEBUG : file1: size = 0 OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:22 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:22 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:04:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/28 01:04:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (7 bytes), uploading instead of streaming 2026/04/28 01:04:22 DEBUG : file1: size = 7 OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:22 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:22 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/28 01:04:22 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/28 01:04:22 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:22 DEBUG : Looking for writers 2026/04/28 01:04:22 DEBUG : file1: reading active writers 2026/04/28 01:04:22 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.47s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:22 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:22 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:22 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:22 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:22 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/28 01:04:23 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/28 01:04:23 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/28 01:04:23 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (11 bytes), uploading instead of streaming 2026/04/28 01:04:23 DEBUG : file1: size = 11 OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:23 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:23 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/28 01:04:23 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:23 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:23 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/28 01:04:23 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:23 DEBUG : Looking for writers 2026/04/28 01:04:23 DEBUG : file1: reading active writers 2026/04/28 01:04:23 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.24s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:23 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (5 bytes), uploading instead of streaming 2026/04/28 01:04:23 DEBUG : file1: size = 5 OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:23 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/28 01:04:23 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/28 01:04:23 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/28 01:04:23 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:23 DEBUG : Looking for writers 2026/04/28 01:04:23 DEBUG : file1: reading active writers 2026/04/28 01:04:23 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.10s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:23 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : file1: WriteFileHandle.Release closing 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (0 bytes), uploading instead of streaming 2026/04/28 01:04:23 DEBUG : file1: size = 0 OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:23 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:23 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:04:23 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/28 01:04:23 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:23 DEBUG : Looking for writers 2026/04/28 01:04:23 DEBUG : file1: reading active writers 2026/04/28 01:04:23 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:23 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (2 bytes), uploading instead of streaming 2026/04/28 01:04:23 DEBUG : file1: size = 2 OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:23 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/28 01:04:23 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/28 01:04:23 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:23 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:23 DEBUG : Looking for writers 2026/04/28 01:04:23 DEBUG : file1: reading active writers 2026/04/28 01:04:23 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.07s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:23 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:23 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:23 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:23 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (0 bytes), uploading instead of streaming 2026/04/28 01:04:23 DEBUG : file1: size = 0 OK 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:23 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yigekef9qici/file1 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/28 01:04:24 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/28 01:04:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:24 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:24 DEBUG : file1: Open: flags=O_RDONLY 2026/04/28 01:04:24 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/28 01:04:24 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/28 01:04:24 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:24 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:24 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:24 DEBUG : Looking for writers 2026/04/28 01:04:24 DEBUG : file1: reading active writers 2026/04/28 01:04:24 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.13s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:24 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:24 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/28 01:04:24 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/28 01:04:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:24 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/28 01:04:24 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/28 01:04:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: File to upload is small (100 bytes), uploading instead of streaming 2026/04/28 01:04:24 DEBUG : file1: size = 100 OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/file1" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/file1 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/file1" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 4cd9439f868f03848f7342e731e7c87e /rclone-test-yigekef9qici/file1 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : file1: Parsed hash: 4cd9439f868f03848f7342e731e7c87e 2026/04/28 01:04:24 DEBUG : file1: md5 = 4cd9439f868f03848f7342e731e7c87e OK 2026/04/28 01:04:24 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/28 01:04:24 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/28 01:04:24 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/28 01:04:24 DEBUG : file1: Open: flags=O_RDONLY 2026/04/28 01:04:24 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/28 01:04:24 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/28 01:04:24 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:24 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:24 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:24 DEBUG : Looking for writers 2026/04/28 01:04:24 DEBUG : file1: reading active writers 2026/04/28 01:04:24 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.13s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:24 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f000.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f000.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f000.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yigekef9qici/flat/f000.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f000.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/flat/f000.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/flat/f000.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-yigekef9qici/flat/f000.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f001.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f001.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f001.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yigekef9qici/flat/f001.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f001.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/flat/f001.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/flat/f001.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-yigekef9qici/flat/f001.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f002.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f002.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f002.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yigekef9qici/flat/f002.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f002.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/flat/f002.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/flat/f002.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-yigekef9qici/flat/f002.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f003.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f003.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f003.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yigekef9qici/flat/f003.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:24 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f003.txt" 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/flat/f003.txt 2026/04/28 01:04:24 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/flat/f003.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-yigekef9qici/flat/f003.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f004.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f004.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f004.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yigekef9qici/flat/f004.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f004.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: sha1sum /rclone-test-yigekef9qici/flat/f004.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yigekef9qici/flat/f004.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-yigekef9qici/flat/f004.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/28 01:04:25 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/28 01:04:25 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f000.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f000.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f000.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yigekef9qici/flat/f000.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/28 01:04:25 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/28 01:04:25 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f001.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f001.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f001.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yigekef9qici/flat/f001.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/28 01:04:25 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/28 01:04:25 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f002.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f002.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f002.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yigekef9qici/flat/f002.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/28 01:04:25 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/28 01:04:25 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f003.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f003.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f003.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yigekef9qici/flat/f003.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/28 01:04:25 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/28 01:04:25 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/flat/f004.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/flat/f004.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/flat/f004.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yigekef9qici/flat/f004.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/28 01:04:25 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:25 DEBUG : flat: Looking for writers 2026/04/28 01:04:25 DEBUG : f000.txt: reading active writers 2026/04/28 01:04:25 DEBUG : f001.txt: reading active writers 2026/04/28 01:04:25 DEBUG : f002.txt: reading active writers 2026/04/28 01:04:25 DEBUG : f003.txt: reading active writers 2026/04/28 01:04:25 DEBUG : f004.txt: reading active writers 2026/04/28 01:04:25 DEBUG : Looking for writers 2026/04/28 01:04:25 DEBUG : flat: reading active writers 2026/04/28 01:04:25 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.53s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:25 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:25 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/28 01:04:25 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/a/b/c/deep.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/a/b/c/deep.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/a/b/c/deep.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-yigekef9qici/a/b/c/deep.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/28 01:04:25 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/28 01:04:25 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/a/b/mid.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/a/b/mid.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/a/b/mid.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-yigekef9qici/a/b/mid.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:25 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/28 01:04:25 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/28 01:04:25 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/28 01:04:25 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:25 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/a/top.txt" 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/a/top.txt 2026/04/28 01:04:25 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/a/top.txt" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-yigekef9qici/a/top.txt 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:26 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/28 01:04:26 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:26 DEBUG : a/b/c: Looking for writers 2026/04/28 01:04:26 DEBUG : deep.txt: reading active writers 2026/04/28 01:04:26 DEBUG : a/b: Looking for writers 2026/04/28 01:04:26 DEBUG : c: reading active writers 2026/04/28 01:04:26 DEBUG : mid.txt: reading active writers 2026/04/28 01:04:26 DEBUG : a: Looking for writers 2026/04/28 01:04:26 DEBUG : b: reading active writers 2026/04/28 01:04:26 DEBUG : top.txt: reading active writers 2026/04/28 01:04:26 DEBUG : Looking for writers 2026/04/28 01:04:26 DEBUG : a: reading active writers 2026/04/28 01:04:26 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.32s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:26 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/bigdir/big.bin" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/bigdir/big.bin 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/bigdir/big.bin" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: ea4a9ef7c589033250261540539da59b /rclone-test-yigekef9qici/bigdir/big.bin 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:26 DEBUG : bigdir/big.bin: Parsed hash: ea4a9ef7c589033250261540539da59b 2026/04/28 01:04:26 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:26 DEBUG : bigdir: Looking for writers 2026/04/28 01:04:26 DEBUG : big.bin: reading active writers 2026/04/28 01:04:26 DEBUG : Looking for writers 2026/04/28 01:04:26 DEBUG : bigdir: reading active writers 2026/04/28 01:04:26 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.68s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-yigekef9qici", Local "Local file system at /tmp/rclone2352123149", Modify Window "1s" 2026/04/28 01:04:26 INFO : sftp://rclone@:22/rclone-test-yigekef9qici: poll-interval is not supported by this remote 2026/04/28 01:04:26 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/28 01:04:26 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/28 01:04:26 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:26 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir1/a.txt" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir1/a.txt 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir1/a.txt" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-yigekef9qici/dir1/a.txt 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:26 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/28 01:04:26 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/28 01:04:26 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/28 01:04:26 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:26 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir2/b.txt" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir2/b.txt 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir2/b.txt" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: 415290769594460e2e485922904f345d /rclone-test-yigekef9qici/dir2/b.txt 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:26 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/28 01:04:26 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/28 01:04:26 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/28 01:04:26 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/28 01:04:26 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Shell path "/rclone-test-yigekef9qici/dir3/c.txt" 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: creating additional session 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Running remote command: md5sum /rclone-test-yigekef9qici/dir3/c.txt 2026/04/28 01:04:26 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yigekef9qici/dir3/c.txt" 2026/04/28 01:04:27 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: command exited OK 2026/04/28 01:04:27 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-yigekef9qici/dir3/c.txt 2026/04/28 01:04:27 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: ssh external: close 2026/04/28 01:04:27 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/28 01:04:27 DEBUG : WaitForWriters: timeout=30s 2026/04/28 01:04:27 DEBUG : dir1: Looking for writers 2026/04/28 01:04:27 DEBUG : a.txt: reading active writers 2026/04/28 01:04:27 DEBUG : dir2: Looking for writers 2026/04/28 01:04:27 DEBUG : b.txt: reading active writers 2026/04/28 01:04:27 DEBUG : dir3: Looking for writers 2026/04/28 01:04:27 DEBUG : c.txt: reading active writers 2026/04/28 01:04:27 DEBUG : Looking for writers 2026/04/28 01:04:27 DEBUG : dir1: reading active writers 2026/04/28 01:04:27 DEBUG : dir2: reading active writers 2026/04/28 01:04:27 DEBUG : dir3: reading active writers 2026/04/28 01:04:27 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.32s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/28 01:04:27 DEBUG : sftp://rclone@:22/rclone-test-yigekef9qici: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 45.34003218s (try 1/5)