"./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Starting (try 1/5) 2026/04/14 03:26:31 DEBUG : Creating backend with remote "TestSFTPRcloneSSH:rclone-test-yeqosov8putu" 2026/04/14 03:26:31 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/04/14 03:26:31 DEBUG : Setting type="sftp" for "TestSFTPRcloneSSH" from environment variable RCLONE_CONFIG_TESTSFTPRCLONESSH_TYPE 2026/04/14 03:26:31 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/14 03:26:31 DEBUG : TestSFTPRcloneSSH: detected overridden config - adding "{aFBXt}" suffix to name 2026/04/14 03:26:31 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/14 03:26:31 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/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: 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/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell type "unix" from config 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Relative path resolved to "/rclone-test-yeqosov8putu" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Using root directory "/rclone-test-yeqosov8putu" 2026/04/14 03:26:31 DEBUG : Creating backend with remote "/tmp/rclone1537069479" === RUN TestDirHandleMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:31 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:31 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:31 DEBUG : dir: Looking for writers 2026/04/14 03:26:31 DEBUG : Looking for writers 2026/04/14 03:26:31 DEBUG : dir: reading active writers 2026/04/14 03:26:31 DEBUG : >WaitForWriters: --- PASS: TestDirHandleMethods (0.15s) === RUN TestDirHandleReaddir run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:31 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:31 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:31 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a 2026/04/14 03:26:32 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:32 DEBUG : dir/subdir: Looking for writers 2026/04/14 03:26:32 DEBUG : dir: Looking for writers 2026/04/14 03:26:32 DEBUG : file1: reading active writers 2026/04/14 03:26:32 DEBUG : file2: reading active writers 2026/04/14 03:26:32 DEBUG : subdir: reading active writers 2026/04/14 03:26:32 DEBUG : Looking for writers 2026/04/14 03:26:32 DEBUG : dir: reading active writers 2026/04/14 03:26:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddir (0.65s) === RUN TestDirHandleReaddirnames run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:32 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:32 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:32 DEBUG : dir: Looking for writers 2026/04/14 03:26:32 DEBUG : file1: reading active writers 2026/04/14 03:26:32 DEBUG : Looking for writers 2026/04/14 03:26:32 DEBUG : dir: reading active writers 2026/04/14 03:26:32 DEBUG : >WaitForWriters: --- PASS: TestDirHandleReaddirnames (0.22s) === RUN TestDirMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:32 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:32 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:32 DEBUG : dir: Looking for writers 2026/04/14 03:26:32 DEBUG : Looking for writers 2026/04/14 03:26:32 DEBUG : dir: reading active writers 2026/04/14 03:26:32 DEBUG : >WaitForWriters: --- PASS: TestDirMethods (0.22s) === RUN TestDirForgetAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:32 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:32 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:32 DEBUG : forgetting directory cache 2026/04/14 03:26:32 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:32 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:32 DEBUG : Looking for writers 2026/04/14 03:26:32 DEBUG : >WaitForWriters: --- PASS: TestDirForgetAll (0.21s) === RUN TestDirForgetPath run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:32 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:32 DEBUG : ForgetPath: relativePath="dir/notfound", type=1 2026/04/14 03:26:32 DEBUG : dir: invalidating directory cache 2026/04/14 03:26:32 DEBUG : >ForgetPath: 2026/04/14 03:26:32 DEBUG : ForgetPath: relativePath="dir", type=0 2026/04/14 03:26:32 DEBUG : invalidating directory cache 2026/04/14 03:26:32 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:32 DEBUG : >ForgetPath: 2026/04/14 03:26:32 DEBUG : ForgetPath: relativePath="not/in/cache", type=0 2026/04/14 03:26:32 DEBUG : >ForgetPath: 2026/04/14 03:26:32 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:32 DEBUG : dir: Looking for writers 2026/04/14 03:26:32 DEBUG : Looking for writers 2026/04/14 03:26:32 DEBUG : dir: reading active writers 2026/04/14 03:26:32 DEBUG : >WaitForWriters: --- PASS: TestDirForgetPath (0.21s) === RUN TestDirWalk run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:32 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:32 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:32 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: 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/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/fil/a/b/c" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/fil/a/b/c 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/fil/a/b/c" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 8a723ce6358887fb2e41fbe163780b08 /rclone-test-yeqosov8putu/fil/a/b/c 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : fil/a/b/c: Parsed hash: 8a723ce6358887fb2e41fbe163780b08 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/fil/a/b/c" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/fil/a/b/c 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/fil/a/b/c" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 6e53ed736122eed1a3cfda28927c84739fb15f43 /rclone-test-yeqosov8putu/fil/a/b/c 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : fil/a/b/c: Parsed hash: 6e53ed736122eed1a3cfda28927c84739fb15f43 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:33 DEBUG : forgetting directory cache 2026/04/14 03:26:33 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:33 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:33 DEBUG : fil/a/b: Looking for writers 2026/04/14 03:26:33 DEBUG : fil/a: Looking for writers 2026/04/14 03:26:33 DEBUG : b: reading active writers 2026/04/14 03:26:33 DEBUG : fil: Looking for writers 2026/04/14 03:26:33 DEBUG : a: reading active writers 2026/04/14 03:26:33 DEBUG : dir: Looking for writers 2026/04/14 03:26:33 DEBUG : Looking for writers 2026/04/14 03:26:33 DEBUG : dir: reading active writers 2026/04/14 03:26:33 DEBUG : fil: reading active writers 2026/04/14 03:26:33 DEBUG : >WaitForWriters: --- PASS: TestDirWalk (0.73s) === RUN TestDirSetModTime run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:33 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:33 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:33 DEBUG : dir: Looking for writers 2026/04/14 03:26:33 DEBUG : Looking for writers 2026/04/14 03:26:33 DEBUG : dir: reading active writers 2026/04/14 03:26:33 DEBUG : >WaitForWriters: --- PASS: TestDirSetModTime (0.21s) === RUN TestDirStat run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:33 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:33 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:33 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:34 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:34 DEBUG : dir: Looking for writers 2026/04/14 03:26:34 DEBUG : file1: reading active writers 2026/04/14 03:26:34 DEBUG : Looking for writers 2026/04/14 03:26:34 DEBUG : dir: reading active writers 2026/04/14 03:26:34 DEBUG : >WaitForWriters: --- PASS: TestDirStat (0.22s) === RUN TestDirReadDirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:34 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d1b75f73cb5fce53969131dd22562187 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file2: Parsed hash: d1b75f73cb5fce53969131dd22562187 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a27568a80a633d6d412968848f0bd4bb0b06c660 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file2: Parsed hash: a27568a80a633d6d412968848f0bd4bb0b06c660 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 01295b6a8d3454e40dd135bbe6af1579 /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/subdir/file3: Parsed hash: 01295b6a8d3454e40dd135bbe6af1579 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/subdir/file3" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 12f90edc26dfcb79d30b0d8635de998dba66312a /rclone-test-yeqosov8putu/dir/subdir/file3 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/subdir/file3: Parsed hash: 12f90edc26dfcb79d30b0d8635de998dba66312a === RUN TestDirReadDirAll/Virtual 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile" 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir" 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vDel: "subdir" 2026/04/14 03:26:34 DEBUG : Waiting for deletions to finish 2026/04/14 03:26:34 INFO : dir/subdir/file3: Deleted 2026/04/14 03:26:34 DEBUG : removing 1 level 2 directories 2026/04/14 03:26:34 INFO : dir/subdir: Removing directory 2026/04/14 03:26:34 DEBUG : dir: invalidating directory cache 2026/04/14 03:26:34 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir" 2026/04/14 03:26:34 DEBUG : dir: Removed virtual directory entry vDel: "file2" 2026/04/14 03:26:34 DEBUG : dir: Removed virtual directory entry vDel: "subdir" 2026/04/14 03:26:34 DEBUG : dir/file1: Reset virtual modtime 2026/04/14 03:26:34 DEBUG : dir: Removed virtual directory entry vAddFile: "virtualFile" 2026/04/14 03:26:34 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vAddFile: "virtualFile2" 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vAddDir: "virtualDir2" 2026/04/14 03:26:34 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:34 DEBUG : dir: invalidating directory cache 2026/04/14 03:26:34 DEBUG : dir: Removed virtual directory entry vAddDir: "virtualDir2" 2026/04/14 03:26:34 DEBUG : dir: Removed virtual directory entry vDel: "file1" 2026/04/14 03:26:34 DEBUG : dir/virtualFile: Reset virtual modtime 2026/04/14 03:26:34 DEBUG : forgetting directory cache 2026/04/14 03:26:34 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:34 DEBUG : dir/virtualDir: forgetting directory cache 2026/04/14 03:26:34 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:34 DEBUG : dir/virtualDir: Looking for writers 2026/04/14 03:26:34 DEBUG : dir: Looking for writers 2026/04/14 03:26:34 DEBUG : virtualFile: reading active writers 2026/04/14 03:26:34 DEBUG : virtualDir: reading active writers 2026/04/14 03:26:34 DEBUG : file1: reading active writers 2026/04/14 03:26:34 DEBUG : virtualFile2: reading active writers 2026/04/14 03:26:34 DEBUG : Looking for writers 2026/04/14 03:26:34 DEBUG : dir: reading active writers 2026/04/14 03:26:34 DEBUG : >WaitForWriters: --- PASS: TestDirReadDirAll (0.59s) --- PASS: TestDirReadDirAll/Virtual (0.01s) === RUN TestDirOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:34 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:34 ERROR : dir/: Can only open directories read only 2026/04/14 03:26:34 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:34 DEBUG : dir: Looking for writers 2026/04/14 03:26:34 DEBUG : Looking for writers 2026/04/14 03:26:34 DEBUG : dir: reading active writers 2026/04/14 03:26:34 DEBUG : >WaitForWriters: --- PASS: TestDirOpen (0.16s) === RUN TestDirCreate run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:34 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:34 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:34 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:35 DEBUG : dir/potato: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:26:35 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/14 03:26:35 DEBUG : dir/potato: >Open: fd=dir/potato (w), err= 2026/04/14 03:26:35 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (5 bytes), uploading instead of streaming 2026/04/14 03:26:35 DEBUG : dir/potato: size = 5 OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/potato" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/potato 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/potato" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/dir/potato 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/potato: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:35 DEBUG : dir/potato: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:26:35 DEBUG : dir/potato: Size and md5 of src and dst objects identical 2026/04/14 03:26:35 DEBUG : dir: Added virtual directory entry vAddFile: "potato" 2026/04/14 03:26:35 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:35 DEBUG : dir: Looking for writers 2026/04/14 03:26:35 DEBUG : file1: reading active writers 2026/04/14 03:26:35 DEBUG : potato: reading active writers 2026/04/14 03:26:35 DEBUG : Looking for writers 2026/04/14 03:26:35 DEBUG : dir: reading active writers 2026/04/14 03:26:35 DEBUG : >WaitForWriters: --- PASS: TestDirCreate (0.38s) === RUN TestDirMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:35 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:35 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:35 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:35 DEBUG : dir/sub: Looking for writers 2026/04/14 03:26:35 DEBUG : dir: Looking for writers 2026/04/14 03:26:35 DEBUG : file1: reading active writers 2026/04/14 03:26:35 DEBUG : sub: reading active writers 2026/04/14 03:26:35 DEBUG : Looking for writers 2026/04/14 03:26:35 DEBUG : dir: reading active writers 2026/04/14 03:26:35 DEBUG : >WaitForWriters: --- PASS: TestDirMkdir (0.53s) === RUN TestDirMkdirSub run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:35 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:35 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/14 03:26:35 DEBUG : dir/sub: Added virtual directory entry vAddDir: "subsub" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:35 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:35 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:36 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:36 DEBUG : dir/sub/subsub: Looking for writers 2026/04/14 03:26:36 DEBUG : dir/sub: Looking for writers 2026/04/14 03:26:36 DEBUG : subsub: reading active writers 2026/04/14 03:26:36 DEBUG : dir: Looking for writers 2026/04/14 03:26:36 DEBUG : file1: reading active writers 2026/04/14 03:26:36 DEBUG : sub: reading active writers 2026/04/14 03:26:36 DEBUG : Looking for writers 2026/04/14 03:26:36 DEBUG : dir: reading active writers 2026/04/14 03:26:36 DEBUG : >WaitForWriters: --- PASS: TestDirMkdirSub (0.39s) === RUN TestDirRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:36 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:36 ERROR : dir/: Dir.Remove not empty 2026/04/14 03:26:36 DEBUG : dir/file1: Remove: 2026/04/14 03:26:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:36 DEBUG : dir/file1: >Remove: err= 2026/04/14 03:26:36 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/14 03:26:36 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:36 DEBUG : Looking for writers 2026/04/14 03:26:36 DEBUG : >WaitForWriters: --- PASS: TestDirRemove (0.22s) === RUN TestDirRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:36 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:36 DEBUG : dir/file1: Remove: 2026/04/14 03:26:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:36 DEBUG : dir/file1: >Remove: err= 2026/04/14 03:26:36 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/14 03:26:36 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:36 DEBUG : Looking for writers 2026/04/14 03:26:36 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveAll (0.18s) === RUN TestDirRemoveName run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:36 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:36 DEBUG : dir/file1: Remove: 2026/04/14 03:26:36 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:36 DEBUG : dir/file1: >Remove: err= 2026/04/14 03:26:36 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:36 DEBUG : dir: Looking for writers 2026/04/14 03:26:36 DEBUG : Looking for writers 2026/04/14 03:26:36 DEBUG : dir: reading active writers 2026/04/14 03:26:36 DEBUG : >WaitForWriters: --- PASS: TestDirRemoveName (0.27s) === RUN TestDirRename run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:36 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:36 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:36 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yeqosov8putu/dir/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yeqosov8putu/dir/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/14 03:26:37 ERROR : dir/not found: Dir.Rename error: file does not exist 2026/04/14 03:26:37 DEBUG : dir: Updating dir with dir2 0x260daded3e10 2026/04/14 03:26:37 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:37 DEBUG : Added virtual directory entry vDel: "dir" 2026/04/14 03:26:37 DEBUG : Added virtual directory entry vAddDir: "dir2" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir2/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir2/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir2/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir2/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir2/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir2/file1" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir2/file1 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir2/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/14 03:26:37 INFO : dir2/file1: Moved (server-side) to: file2 2026/04/14 03:26:37 DEBUG : file2: Updating file with file2 0x260dad9d0340 2026/04/14 03:26:37 DEBUG : dir2: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:37 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:37 DEBUG : file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:37 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ea32138586c9d4e9533ef6cf95e9ec4b /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir2/file3: Parsed hash: ea32138586c9d4e9533ef6cf95e9ec4b 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5360d62d7372ae902378af794a02722679d4c87f /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir2/file3: Parsed hash: 5360d62d7372ae902378af794a02722679d4c87f 2026/04/14 03:26:38 INFO : dir2/file3: Deleted 2026/04/14 03:26:38 INFO : file2: Moved (server-side) to: dir2/file3 2026/04/14 03:26:38 DEBUG : dir2/file3: Updating file with dir2/file3 0x260dad9d0340 2026/04/14 03:26:38 DEBUG : Added virtual directory entry vDel: "file2" 2026/04/14 03:26:38 DEBUG : dir2: Added virtual directory entry vAddFile: "file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir2/file3: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir2/file3" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir2/file3 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir2/file3: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:38 DEBUG : Added virtual directory entry vAddDir: "empty directory" 2026/04/14 03:26:38 DEBUG : empty directory: Updating dir with renamed empty directory 0x260dadf601a0 2026/04/14 03:26:38 DEBUG : empty directory: forgetting directory cache 2026/04/14 03:26:38 DEBUG : Added virtual directory entry vDel: "empty directory" 2026/04/14 03:26:38 DEBUG : Added virtual directory entry vAddDir: "renamed empty directory" 2026/04/14 03:26:38 DEBUG : dir2: Renaming to "dir3" 2026/04/14 03:26:38 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:38 DEBUG : dir3: Looking for writers 2026/04/14 03:26:38 DEBUG : file3: reading active writers 2026/04/14 03:26:38 DEBUG : renamed empty directory: Looking for writers 2026/04/14 03:26:38 DEBUG : Looking for writers 2026/04/14 03:26:38 DEBUG : dir3: reading active writers 2026/04/14 03:26:38 DEBUG : renamed empty directory: reading active writers 2026/04/14 03:26:38 DEBUG : >WaitForWriters: --- PASS: TestDirRename (1.66s) === 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-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:38 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:38 DEBUG : dir: Added virtual directory entry vAddDir: "sub" 2026/04/14 03:26:38 DEBUG : dir/sub/file0: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:26:38 DEBUG : dir/sub/file0: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:26:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/14 03:26:38 DEBUG : dir/sub/file0: >Open: fd=dir/sub/file0 (w), err= 2026/04/14 03:26:38 DEBUG : dir/sub/file0: >OpenFile: fd=dir/sub/file0 (w), err= 2026/04/14 03:26:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/14 03:26:38 DEBUG : dir/sub/file2: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:26:38 DEBUG : dir/sub/file2: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:26:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:38 DEBUG : dir/sub/file2: >Open: fd=dir/sub/file2 (w), err= 2026/04/14 03:26:38 DEBUG : dir/sub/file2: >OpenFile: fd=dir/sub/file2 (w), err= 2026/04/14 03:26:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (12 bytes), uploading instead of streaming 2026/04/14 03:26:38 DEBUG : dir/sub/file2: size = 12 OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/sub/file2" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/sub/file2 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/sub/file2" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fc3ff98e8c6a0d3087d515c0473f8677 /rclone-test-yeqosov8putu/dir/sub/file2 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir/sub/file2: Parsed hash: fc3ff98e8c6a0d3087d515c0473f8677 2026/04/14 03:26:38 DEBUG : dir/sub/file2: md5 = fc3ff98e8c6a0d3087d515c0473f8677 OK 2026/04/14 03:26:38 DEBUG : dir/sub/file2: Size and md5 of src and dst objects identical 2026/04/14 03:26:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:38 DEBUG : forgetting directory cache 2026/04/14 03:26:38 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:38 DEBUG : dir/sub: forgetting directory cache 2026/04/14 03:26:38 DEBUG : dir/sub: Removed virtual directory entry vAddFile: "file2" 2026/04/14 03:26:38 DEBUG : dir: Removed virtual directory entry vAddDir: "sub" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (5 bytes), uploading instead of streaming 2026/04/14 03:26:38 DEBUG : dir/sub/file0: size = 5 OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/sub/file0" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/sub/file0 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/sub/file0" 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/dir/sub/file0 2026/04/14 03:26:38 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:38 DEBUG : dir/sub/file0: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:38 DEBUG : dir/sub/file0: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:26:38 DEBUG : dir/sub/file0: Size and md5 of src and dst objects identical 2026/04/14 03:26:38 DEBUG : dir/sub: Added virtual directory entry vAddFile: "file0" 2026/04/14 03:26:38 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:38 DEBUG : dir/sub: Looking for writers 2026/04/14 03:26:38 DEBUG : file2: reading active writers 2026/04/14 03:26:38 DEBUG : file0: reading active writers 2026/04/14 03:26:38 DEBUG : dir: Looking for writers 2026/04/14 03:26:38 DEBUG : file1: reading active writers 2026/04/14 03:26:38 DEBUG : sub: reading active writers 2026/04/14 03:26:38 DEBUG : Looking for writers 2026/04/14 03:26:38 DEBUG : dir: reading active writers 2026/04/14 03:26:38 DEBUG : >WaitForWriters: --- PASS: TestDirFileOpen (0.43s) === RUN TestDirEntryModTimeInvalidation run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:38 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:38 DEBUG : forgetting directory cache 2026/04/14 03:26:39 DEBUG : forgetting directory cache 2026/04/14 03:26:39 DEBUG : dir: forgetting directory cache 2026/04/14 03:26:39 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:39 DEBUG : dir: Looking for writers 2026/04/14 03:26:39 DEBUG : Looking for writers 2026/04/14 03:26:39 DEBUG : dir: reading active writers 2026/04/14 03:26:39 DEBUG : >WaitForWriters: --- PASS: TestDirEntryModTimeInvalidation (1.12s) === RUN TestDirMetadataExtension run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:39 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:39 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:39 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:39 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:39 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:40 DEBUG : dir: Added virtual directory entry vAddFile: "file1.metadata" 2026/04/14 03:26:40 DEBUG : dir/file1.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:26:40 DEBUG : dir/file1.metadata: Open: flags=O_RDONLY 2026/04/14 03:26:40 DEBUG : dir/file1.metadata: >Open: fd=dir/file1.metadata (r), err= 2026/04/14 03:26:40 DEBUG : dir/file1.metadata: >OpenFile: fd=dir/file1.metadata (r), err= 2026/04/14 03:26:40 DEBUG : dir/file1.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:40 DEBUG : dir/file1.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:40 DEBUG : Added virtual directory entry vAddFile: "dir.metadata" 2026/04/14 03:26:40 DEBUG : dir.metadata: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:26:40 DEBUG : dir.metadata: Open: flags=O_RDONLY 2026/04/14 03:26:40 DEBUG : dir.metadata: >Open: fd=dir.metadata (r), err= 2026/04/14 03:26:40 DEBUG : dir.metadata: >OpenFile: fd=dir.metadata (r), err= 2026/04/14 03:26:40 DEBUG : dir.metadata: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:40 DEBUG : dir.metadata: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:40 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:40 DEBUG : dir: Looking for writers 2026/04/14 03:26:40 DEBUG : file1.metadata: reading active writers 2026/04/14 03:26:40 DEBUG : file1: reading active writers 2026/04/14 03:26:40 DEBUG : Looking for writers 2026/04/14 03:26:40 DEBUG : dir: reading active writers 2026/04/14 03:26:40 DEBUG : dir.metadata: reading active writers 2026/04/14 03:26:40 DEBUG : >WaitForWriters: --- PASS: TestDirMetadataExtension (0.24s) === RUN TestErrorError --- PASS: TestErrorError (0.00s) === RUN TestFileMethods run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:40 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:40 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:40 DEBUG : dir: Looking for writers 2026/04/14 03:26:40 DEBUG : file1: reading active writers 2026/04/14 03:26:40 DEBUG : Looking for writers 2026/04/14 03:26:40 DEBUG : dir: reading active writers 2026/04/14 03:26:40 DEBUG : >WaitForWriters: --- PASS: TestFileMethods (0.19s) === RUN TestFileSetModTime === RUN TestFileSetModTime/cache=off,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:40 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:40 DEBUG : Can set mod time: true 2026/04/14 03:26:40 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:40 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:40 DEBUG : dir: Looking for writers 2026/04/14 03:26:40 DEBUG : file1: reading active writers 2026/04/14 03:26:40 DEBUG : Looking for writers 2026/04/14 03:26:40 DEBUG : dir: reading active writers 2026/04/14 03:26:40 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:40 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:40 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:40 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/14 03:26:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (0 bytes), uploading instead of streaming 2026/04/14 03:26:41 DEBUG : dir/file1: size = 0 OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:41 DEBUG : dir/file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:26:41 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/14 03:26:41 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/14 03:26:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:41 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:41 DEBUG : dir: Looking for writers 2026/04/14 03:26:41 DEBUG : file1: reading active writers 2026/04/14 03:26:41 DEBUG : Looking for writers 2026/04/14 03:26:41 DEBUG : dir: reading active writers 2026/04/14 03:26:41 DEBUG : >WaitForWriters: 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/14 03:26:41 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:41 DEBUG : dir: Looking for writers 2026/04/14 03:26:41 DEBUG : file1: reading active writers 2026/04/14 03:26:41 DEBUG : Looking for writers 2026/04/14 03:26:41 DEBUG : dir: reading active writers 2026/04/14 03:26:41 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=off,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:41 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:41 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:41 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/14 03:26:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (5 bytes), uploading instead of streaming 2026/04/14 03:26:41 DEBUG : dir/file1: size = 5 OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:41 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:26:41 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/14 03:26:41 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/14 03:26:41 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:41 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:41 DEBUG : dir: Looking for writers 2026/04/14 03:26:41 DEBUG : file1: reading active writers 2026/04/14 03:26:41 DEBUG : Looking for writers 2026/04/14 03:26:41 DEBUG : dir: reading active writers 2026/04/14 03:26:41 DEBUG : >WaitForWriters: 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/14 03:26:41 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:41 DEBUG : dir: Looking for writers 2026/04/14 03:26:41 DEBUG : file1: reading active writers 2026/04/14 03:26:41 DEBUG : Looking for writers 2026/04/14 03:26:41 DEBUG : dir: reading active writers 2026/04/14 03:26:41 DEBUG : >WaitForWriters: === RUN TestFileSetModTime/cache=full,open=false,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:41 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:41 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:41 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:41 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:41 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:41 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:41 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:42 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:42 DEBUG : dir: Looking for writers 2026/04/14 03:26:42 DEBUG : file1: reading active writers 2026/04/14 03:26:42 DEBUG : Looking for writers 2026/04/14 03:26:42 DEBUG : dir: reading active writers 2026/04/14 03:26:42 DEBUG : >WaitForWriters: 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:42 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:42 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/14 03:26:42 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dade7d380): close: 2026/04/14 03:26:42 DEBUG : dir/file1: Applied pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC OK 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dade7d380): >close: err= 2026/04/14 03:26:42 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:42 DEBUG : dir: Looking for writers 2026/04/14 03:26:42 DEBUG : file1: reading active writers 2026/04/14 03:26:42 DEBUG : Looking for writers 2026/04/14 03:26:42 DEBUG : dir: reading active writers 2026/04/14 03:26:42 DEBUG : >WaitForWriters: 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:42 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:42 DEBUG : dir: Looking for writers 2026/04/14 03:26:42 DEBUG : file1: reading active writers 2026/04/14 03:26:42 DEBUG : Looking for writers 2026/04/14 03:26:42 DEBUG : dir: reading active writers 2026/04/14 03:26:42 DEBUG : >WaitForWriters: 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestFileSetModTime/cache=full,open=true,write=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:42 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:42 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:42 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:42 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/14 03:26:42 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:42 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:42 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dadcf0ec0): _writeAt: size=5, off=0 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dadcf0ec0): openPending: 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:42 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:42 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:42 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/14 03:26:42 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/14 03:26:42 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dadcf0ec0): >openPending: err= 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dadcf0ec0): >_writeAt: n=5, err= 2026/04/14 03:26:42 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dadcf0ec0): close: 2026/04/14 03:26:42 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:5}] - present false 2026/04/14 03:26:42 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 5 length -1 2026/04/14 03:26:42 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 5 chunkSize 134217728 2026/04/14 03:26:42 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/14 03:26:42 DEBUG : dir/file1: vfs cache: setting modification time to 2011-12-25 12:59:59.123456789 +0000 UTC 2026/04/14 03:26:42 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:42 DEBUG : dir/file1(0x260dadcf0ec0): >close: err= 2026/04/14 03:26:42 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:42 DEBUG : dir: Looking for writers 2026/04/14 03:26:42 DEBUG : file1: reading active writers 2026/04/14 03:26:42 DEBUG : Looking for writers 2026/04/14 03:26:42 DEBUG : dir: reading active writers 2026/04/14 03:26:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:42 DEBUG : dir: Looking for writers 2026/04/14 03:26:42 DEBUG : file1: reading active writers 2026/04/14 03:26:42 DEBUG : Looking for writers 2026/04/14 03:26:42 DEBUG : dir: reading active writers 2026/04/14 03:26:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:42 DEBUG : dir: Looking for writers 2026/04/14 03:26:42 DEBUG : file1: reading active writers 2026/04/14 03:26:42 DEBUG : Looking for writers 2026/04/14 03:26:42 DEBUG : dir: reading active writers 2026/04/14 03:26:42 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:43 DEBUG : dir: Looking for writers 2026/04/14 03:26:43 DEBUG : file1: reading active writers 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : dir: reading active writers 2026/04/14 03:26:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:43 DEBUG : dir/file1: vfs cache: starting upload 2026/04/14 03:26:43 DEBUG : dir/file1.2f98c60a.partial: size = 14 OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1.2f98c60a.partial" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1.2f98c60a.partial 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1.2f98c60a.partial" 2026/04/14 03:26:43 DEBUG : dir: Looking for writers 2026/04/14 03:26:43 DEBUG : file1: reading active writers 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : dir: reading active writers 2026/04/14 03:26:43 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yeqosov8putu/dir/file1.2f98c60a.partial 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1.2f98c60a.partial: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/14 03:26:43 DEBUG : dir/file1: md5 = 60cac3f4f9c843121eee2ba9e0dac970 OK 2026/04/14 03:26:43 DEBUG : dir/file1.2f98c60a.partial: renamed to: dir/file1 2026/04/14 03:26:43 INFO : dir/file1: Copied (replaced existing) 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/14 03:26:43 DEBUG : dir/file1: vfs cache: fingerprint now "14,2011-12-25 12:59:59 +0000 UTC,60cac3f4f9c843121eee2ba9e0dac970" 2026/04/14 03:26:43 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:43 DEBUG : dir/file1: Not setting pending mod time 2011-12-25 12:59:59.123456789 +0000 UTC as it is already set 2026/04/14 03:26:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:43 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:43 DEBUG : dir: Looking for writers 2026/04/14 03:26:43 DEBUG : file1: reading active writers 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : dir: reading active writers 2026/04/14 03:26:43 DEBUG : >WaitForWriters: 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 60cac3f4f9c843121eee2ba9e0dac970 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: 60cac3f4f9c843121eee2ba9e0dac970 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: 5ec62fa7440335ab2e3e5529744fa9627e9c4174 2026/04/14 03:26:43 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:43 DEBUG : dir: Looking for writers 2026/04/14 03:26:43 DEBUG : file1: reading active writers 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : dir: reading active writers 2026/04/14 03:26:43 DEBUG : >WaitForWriters: 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestFileSetModTime (2.99s) --- PASS: TestFileSetModTime/cache=off,open=false,write=false (0.40s) --- PASS: TestFileSetModTime/cache=off,open=true,write=false (0.54s) --- PASS: TestFileSetModTime/cache=off,open=true,write=true (0.53s) --- PASS: TestFileSetModTime/cache=full,open=false,write=false (0.41s) --- PASS: TestFileSetModTime/cache=full,open=true,write=false (0.34s) --- PASS: TestFileSetModTime/cache=full,open=true,write=true (0.76s) === RUN TestFileOpenRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:43 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:43 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:43 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:43 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:43 DEBUG : dir/file1: ChunkedReader.Read at 0 length 512 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:43 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:43 DEBUG : dir: Looking for writers 2026/04/14 03:26:43 DEBUG : file1: reading active writers 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : dir: reading active writers 2026/04/14 03:26:43 DEBUG : >WaitForWriters: --- PASS: TestFileOpenRead (0.32s) === RUN TestFileOpenReadUnknownSize 2026/04/14 03:26:43 INFO : Mock file system at root: poll-interval is not supported by this remote 2026/04/14 03:26:43 NOTICE: Mock file system at root: --vfs-cache-mode writes or full is recommended for this remote as it can't stream 2026/04/14 03:26:43 DEBUG : file.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:43 DEBUG : file.txt: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 file_test.go:223: gotContents = "file contents" 2026/04/14 03:26:43 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : file.txt: reading active writers 2026/04/14 03:26:43 DEBUG : >WaitForWriters: --- PASS: TestFileOpenReadUnknownSize (0.00s) === RUN TestFileOpenWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:43 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (25 bytes), uploading instead of streaming 2026/04/14 03:26:43 DEBUG : dir/file1: size = 25 OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:43 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:43 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:43 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/14 03:26:43 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:43 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:43 DEBUG : dir: Looking for writers 2026/04/14 03:26:43 DEBUG : file1: reading active writers 2026/04/14 03:26:43 DEBUG : Looking for writers 2026/04/14 03:26:43 DEBUG : dir: reading active writers 2026/04/14 03:26:43 DEBUG : >WaitForWriters: --- PASS: TestFileOpenWrite (0.27s) === RUN TestFileRemove run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:43 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:43 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:44 DEBUG : dir/file1: Remove: 2026/04/14 03:26:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:44 DEBUG : dir/file1: >Remove: err= 2026/04/14 03:26:44 DEBUG : dir/file1: Remove: 2026/04/14 03:26:44 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/14 03:26:44 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:44 DEBUG : dir: Looking for writers 2026/04/14 03:26:44 DEBUG : Looking for writers 2026/04/14 03:26:44 DEBUG : dir: reading active writers 2026/04/14 03:26:44 DEBUG : >WaitForWriters: --- PASS: TestFileRemove (0.21s) === RUN TestFileRemoveAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:44 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:44 DEBUG : dir/file1: Remove: 2026/04/14 03:26:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:44 DEBUG : dir/file1: >Remove: err= 2026/04/14 03:26:44 DEBUG : dir/file1: Remove: 2026/04/14 03:26:44 DEBUG : dir/file1: >Remove: err=Read only file system 2026/04/14 03:26:44 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:44 DEBUG : dir: Looking for writers 2026/04/14 03:26:44 DEBUG : Looking for writers 2026/04/14 03:26:44 DEBUG : dir: reading active writers 2026/04/14 03:26:44 DEBUG : >WaitForWriters: --- PASS: TestFileRemoveAll (0.22s) === RUN TestFileOpen run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:44 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:44 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:44 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:44 DEBUG : dir/file1: Open: flags=O_WRONLY 2026/04/14 03:26:44 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/14 03:26:44 DEBUG : dir/file1: Open: flags=O_RDWR 2026/04/14 03:26:44 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/14 03:26:44 DEBUG : dir/file1: Open: flags=0x3 2026/04/14 03:26:44 DEBUG : dir/file1: Can't figure out how to open with flags: 0x3 2026/04/14 03:26:44 DEBUG : dir/file1: >Open: fd=, err=permission denied 2026/04/14 03:26:44 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:44 DEBUG : dir: Looking for writers 2026/04/14 03:26:44 DEBUG : file1: reading active writers 2026/04/14 03:26:44 DEBUG : Looking for writers 2026/04/14 03:26:44 DEBUG : dir: reading active writers 2026/04/14 03:26:44 DEBUG : >WaitForWriters: --- PASS: TestFileOpen (0.21s) === RUN TestFileRename === RUN TestFileRename/off,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:44 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:44 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:44 DEBUG : dir: Looking for writers 2026/04/14 03:26:44 DEBUG : file1: reading active writers 2026/04/14 03:26:44 DEBUG : Looking for writers 2026/04/14 03:26:44 DEBUG : dir: reading active writers 2026/04/14 03:26:44 DEBUG : >WaitForWriters: 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:44 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:44 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:44 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:44 DEBUG : newLeaf: Updating file with newLeaf 0x260dae60d5f0 2026/04/14 03:26:44 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:44 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:45 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/14 03:26:45 DEBUG : dir/file1: Updating file with dir/file1 0x260dae60d5f0 2026/04/14 03:26:45 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/14 03:26:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:45 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:45 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/14 03:26:45 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:45 DEBUG : dir/file1: File is currently open, delaying rename 0x260dae60d5f0 2026/04/14 03:26:45 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (25 bytes), uploading instead of streaming 2026/04/14 03:26:45 DEBUG : dir/file1: size = 25 OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:45 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:45 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/14 03:26:45 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:45 DEBUG : newLeaf: Running delayed rename now 2026/04/14 03:26:45 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:45 DEBUG : newLeaf: Updating file with newLeaf 0x260dae60d5f0 2026/04/14 03:26:45 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:45 DEBUG : dir: Looking for writers 2026/04/14 03:26:45 DEBUG : Looking for writers 2026/04/14 03:26:45 DEBUG : dir: reading active writers 2026/04/14 03:26:45 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:45 DEBUG : >WaitForWriters: 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/14 03:26:45 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:45 DEBUG : dir: Looking for writers 2026/04/14 03:26:45 DEBUG : Looking for writers 2026/04/14 03:26:45 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:45 DEBUG : dir: reading active writers 2026/04/14 03:26:45 DEBUG : >WaitForWriters: === RUN TestFileRename/minimal,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:45 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:45 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:45 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:45 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:45 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:45 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:45 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:45 DEBUG : dir: Looking for writers 2026/04/14 03:26:45 DEBUG : file1: reading active writers 2026/04/14 03:26:45 DEBUG : Looking for writers 2026/04/14 03:26:45 DEBUG : dir: reading active writers 2026/04/14 03:26:45 DEBUG : >WaitForWriters: 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:45 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:46 DEBUG : newLeaf: Updating file with newLeaf 0x260dae5f3860 2026/04/14 03:26:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:46 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/14 03:26:46 DEBUG : dir/file1: Updating file with dir/file1 0x260dae5f3860 2026/04/14 03:26:46 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/14 03:26:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:46 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:46 DEBUG : dir/file1: >Open: fd=dir/file1 (w), err= 2026/04/14 03:26:46 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:46 DEBUG : dir/file1: File is currently open, delaying rename 0x260dae5f3860 2026/04/14 03:26:46 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (25 bytes), uploading instead of streaming 2026/04/14 03:26:46 DEBUG : dir/file1: size = 25 OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : dir/file1: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:46 DEBUG : dir/file1: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:46 DEBUG : dir/file1: Size and md5 of src and dst objects identical 2026/04/14 03:26:46 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:46 DEBUG : newLeaf: Running delayed rename now 2026/04/14 03:26:46 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:46 DEBUG : newLeaf: Updating file with newLeaf 0x260dae5f3860 2026/04/14 03:26:46 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:46 DEBUG : dir: Looking for writers 2026/04/14 03:26:46 DEBUG : Looking for writers 2026/04/14 03:26:46 DEBUG : dir: reading active writers 2026/04/14 03:26:46 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:46 DEBUG : >WaitForWriters: 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/14 03:26:46 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:46 DEBUG : dir: Looking for writers 2026/04/14 03:26:46 DEBUG : Looking for writers 2026/04/14 03:26:46 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:46 DEBUG : dir: reading active writers 2026/04/14 03:26:46 DEBUG : >WaitForWriters: 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestFileRename/minimal,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:46 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:46 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:46 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:46 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:46 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:46 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:46 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:47 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:26:47 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dadf4a4c0): openPending: 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/14 03:26:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dadf4a4c0): >openPending: err= 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dadf4a4c0): _writeAt: size=14, off=0 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dadf4a4c0): >_writeAt: n=14, err= 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dadf4a4c0): close: 2026/04/14 03:26:47 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/14 03:26:47 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dadf4a4c0): >close: err= 2026/04/14 03:26:47 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:47 DEBUG : dir: Looking for writers 2026/04/14 03:26:47 DEBUG : file1: reading active writers 2026/04/14 03:26:47 DEBUG : Looking for writers 2026/04/14 03:26:47 DEBUG : dir: reading active writers 2026/04/14 03:26:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:47 DEBUG : dir: Looking for writers 2026/04/14 03:26:47 DEBUG : file1: reading active writers 2026/04/14 03:26:47 DEBUG : Looking for writers 2026/04/14 03:26:47 DEBUG : dir: reading active writers 2026/04/14 03:26:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:47 DEBUG : dir: Looking for writers 2026/04/14 03:26:47 DEBUG : file1: reading active writers 2026/04/14 03:26:47 DEBUG : Looking for writers 2026/04/14 03:26:47 DEBUG : dir: reading active writers 2026/04/14 03:26:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:47 DEBUG : dir: Looking for writers 2026/04/14 03:26:47 DEBUG : file1: reading active writers 2026/04/14 03:26:47 DEBUG : Looking for writers 2026/04/14 03:26:47 DEBUG : dir: reading active writers 2026/04/14 03:26:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: starting upload 2026/04/14 03:26:47 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1.ca338588.partial" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1.ca338588.partial 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1.ca338588.partial" 2026/04/14 03:26:47 DEBUG : dir: Looking for writers 2026/04/14 03:26:47 DEBUG : file1: reading active writers 2026/04/14 03:26:47 DEBUG : Looking for writers 2026/04/14 03:26:47 DEBUG : dir: reading active writers 2026/04/14 03:26:47 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1.ca338588.partial 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:47 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/14 03:26:47 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/14 03:26:47 INFO : dir/file1: Copied (replaced existing) 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:47 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:47 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/14 03:26:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:47 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:47 DEBUG : dir: Looking for writers 2026/04/14 03:26:47 DEBUG : file1: reading active writers 2026/04/14 03:26:47 DEBUG : Looking for writers 2026/04/14 03:26:47 DEBUG : dir: reading active writers 2026/04/14 03:26:47 DEBUG : >WaitForWriters: 2026/04/14 03:26:47 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:47 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:47 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:47 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dae56a880): _readAt: size=512, off=0 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dae56a880): openPending: 2026/04/14 03:26:47 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/14 03:26:47 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/14 03:26:47 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dae56a880): >openPending: err= 2026/04/14 03:26:47 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dae56a880): >_readAt: n=14, err=EOF 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dae56a880): close: 2026/04/14 03:26:47 DEBUG : dir/file1(0x260dae56a880): >close: err= 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:47 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:47 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:47 DEBUG : newLeaf: Updating file with newLeaf 0x260dae5101a0 2026/04/14 03:26:47 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:47 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:47 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:47 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:48 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:48 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/14 03:26:48 DEBUG : dir/file1: Updating file with dir/file1 0x260dae5101a0 2026/04/14 03:26:48 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/14 03:26:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:48 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:48 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:48 DEBUG : dir/file1(0x260dae04a500): openPending: 2026/04/14 03:26:48 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/14 03:26:48 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/14 03:26:48 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:48 DEBUG : dir/file1(0x260dae04a500): >openPending: err= 2026/04/14 03:26:48 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:48 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:48 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:48 DEBUG : dir/file1(0x260dae04a500): _writeAt: size=25, off=0 2026/04/14 03:26:48 DEBUG : dir/file1(0x260dae04a500): >_writeAt: n=25, err= 2026/04/14 03:26:48 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:48 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:48 DEBUG : newLeaf: Updating file with newLeaf 0x260dae5101a0 2026/04/14 03:26:48 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:48 DEBUG : newLeaf(0x260dae04a500): close: 2026/04/14 03:26:48 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/14 03:26:48 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-14 03:26:48.360406831 +0000 UTC m=+17.319243214 2026/04/14 03:26:48 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:48 DEBUG : newLeaf(0x260dae04a500): >close: err= 2026/04/14 03:26:48 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:48 DEBUG : newLeaf: vfs cache: starting upload 2026/04/14 03:26:48 DEBUG : newLeaf.ab75eb44.partial: size = 25 OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf.ab75eb44.partial" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf.ab75eb44.partial 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf.ab75eb44.partial" 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf.ab75eb44.partial 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : newLeaf.ab75eb44.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:48 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:48 DEBUG : newLeaf.ab75eb44.partial: renamed to: newLeaf 2026/04/14 03:26:48 INFO : newLeaf: Copied (replaced existing) 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:48 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-14 03:26:48 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/14 03:26:48 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/14 03:26:48 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:48 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : >WaitForWriters: 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:48 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/14 03:26:48 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:48 DEBUG : dir: Looking for writers 2026/04/14 03:26:48 DEBUG : Looking for writers 2026/04/14 03:26:48 DEBUG : dir: reading active writers 2026/04/14 03:26:48 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:48 DEBUG : >WaitForWriters: 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:48 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:48 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:48 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:48 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:48 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:48 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:49 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:49 DEBUG : dir: Looking for writers 2026/04/14 03:26:49 DEBUG : file1: reading active writers 2026/04/14 03:26:49 DEBUG : Looking for writers 2026/04/14 03:26:49 DEBUG : dir: reading active writers 2026/04/14 03:26:49 DEBUG : >WaitForWriters: 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:49 DEBUG : newLeaf: Updating file with newLeaf 0x260dae5c40d0 2026/04/14 03:26:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:49 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/14 03:26:49 DEBUG : dir/file1: Updating file with dir/file1 0x260dae5c40d0 2026/04/14 03:26:49 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/14 03:26:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:49 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:49 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:49 DEBUG : dir/file1(0x260dae136300): openPending: 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:49 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/14 03:26:49 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/14 03:26:49 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:49 DEBUG : dir/file1(0x260dae136300): >openPending: err= 2026/04/14 03:26:49 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:49 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:49 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:49 DEBUG : dir/file1(0x260dae136300): _writeAt: size=25, off=0 2026/04/14 03:26:49 DEBUG : dir/file1(0x260dae136300): >_writeAt: n=25, err= 2026/04/14 03:26:49 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:49 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:49 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:49 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:49 DEBUG : newLeaf: Updating file with newLeaf 0x260dae5c40d0 2026/04/14 03:26:49 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:49 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:49 DEBUG : newLeaf(0x260dae136300): close: 2026/04/14 03:26:49 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/14 03:26:49 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-14 03:26:49.836446215 +0000 UTC m=+18.795282608 2026/04/14 03:26:49 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:49 DEBUG : newLeaf(0x260dae136300): >close: err= 2026/04/14 03:26:49 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:49 DEBUG : dir: Looking for writers 2026/04/14 03:26:49 DEBUG : Looking for writers 2026/04/14 03:26:49 DEBUG : dir: reading active writers 2026/04/14 03:26:49 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:49 DEBUG : dir: Looking for writers 2026/04/14 03:26:49 DEBUG : Looking for writers 2026/04/14 03:26:49 DEBUG : dir: reading active writers 2026/04/14 03:26:49 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:49 DEBUG : dir: Looking for writers 2026/04/14 03:26:49 DEBUG : Looking for writers 2026/04/14 03:26:49 DEBUG : dir: reading active writers 2026/04/14 03:26:49 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:49 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:50 DEBUG : newLeaf: vfs cache: starting upload 2026/04/14 03:26:50 DEBUG : newLeaf.3157cb41.partial: size = 25 OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf.3157cb41.partial" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf.3157cb41.partial 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf.3157cb41.partial" 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf.3157cb41.partial 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : newLeaf.3157cb41.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:50 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:50 DEBUG : newLeaf.3157cb41.partial: renamed to: newLeaf 2026/04/14 03:26:50 INFO : newLeaf: Copied (replaced existing) 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:50 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-14 03:26:49 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/14 03:26:50 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/14 03:26:50 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:50 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:50 DEBUG : >WaitForWriters: 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/14 03:26:50 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:50 DEBUG : >WaitForWriters: 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestFileRename/writes,forceCache=true run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:50 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:50 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:50 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:50 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:50 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:50 DEBUG : dir/file1: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:26:50 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:50 DEBUG : dir/file1(0x260dae07a5c0): openPending: 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:50 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/14 03:26:50 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/14 03:26:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:50 DEBUG : dir/file1(0x260dae07a5c0): >openPending: err= 2026/04/14 03:26:50 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:50 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:50 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:50 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:50 DEBUG : dir/file1(0x260dae07a5c0): _writeAt: size=14, off=0 2026/04/14 03:26:50 DEBUG : dir/file1(0x260dae07a5c0): >_writeAt: n=14, err= 2026/04/14 03:26:50 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/14 03:26:50 DEBUG : dir/file1(0x260dae07a5c0): close: 2026/04/14 03:26:50 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/14 03:26:50 DEBUG : dir/file1: vfs cache: setting modification time to 2001-02-03 04:05:06.499999999 +0000 UTC 2026/04/14 03:26:50 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:50 DEBUG : dir/file1(0x260dae07a5c0): >close: err= 2026/04/14 03:26:50 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : file1: reading active writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : file1: reading active writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : file1: reading active writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : file1: reading active writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:50 DEBUG : dir/file1: vfs cache: starting upload 2026/04/14 03:26:50 DEBUG : dir/file1.ca338588.partial: size = 14 OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1.ca338588.partial" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1.ca338588.partial 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1.ca338588.partial" 2026/04/14 03:26:50 DEBUG : dir: Looking for writers 2026/04/14 03:26:50 DEBUG : file1: reading active writers 2026/04/14 03:26:50 DEBUG : Looking for writers 2026/04/14 03:26:50 DEBUG : dir: reading active writers 2026/04/14 03:26:50 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1.ca338588.partial 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:50 DEBUG : dir/file1.ca338588.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:50 DEBUG : dir/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2026/04/14 03:26:50 DEBUG : dir/file1.ca338588.partial: renamed to: dir/file1 2026/04/14 03:26:50 INFO : dir/file1: Copied (replaced existing) 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:50 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:51 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:51 DEBUG : dir/file1: Not setting pending mod time 2001-02-03 04:05:06.499999999 +0000 UTC as it is already set 2026/04/14 03:26:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:51 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:51 DEBUG : dir: Looking for writers 2026/04/14 03:26:51 DEBUG : file1: reading active writers 2026/04/14 03:26:51 DEBUG : Looking for writers 2026/04/14 03:26:51 DEBUG : dir: reading active writers 2026/04/14 03:26:51 DEBUG : >WaitForWriters: 2026/04/14 03:26:51 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:51 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae137a00): _readAt: size=512, off=0 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae137a00): openPending: 2026/04/14 03:26:51 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/14 03:26:51 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/14 03:26:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae137a00): >openPending: err= 2026/04/14 03:26:51 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [{Pos:0 Size:14}] - present true 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae137a00): >_readAt: n=14, err=EOF 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae137a00): close: 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae137a00): >close: err= 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:51 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:51 DEBUG : newLeaf: Updating file with newLeaf 0x260dae076dd0 2026/04/14 03:26:51 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:51 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:51 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:51 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/14 03:26:51 DEBUG : dir/file1: Updating file with dir/file1 0x260dae076dd0 2026/04/14 03:26:51 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/14 03:26:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:51 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:51 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:51 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae270880): openPending: 2026/04/14 03:26:51 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/14 03:26:51 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/14 03:26:51 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae270880): >openPending: err= 2026/04/14 03:26:51 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:51 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:51 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae270880): _writeAt: size=25, off=0 2026/04/14 03:26:51 DEBUG : dir/file1(0x260dae270880): >_writeAt: n=25, err= 2026/04/14 03:26:51 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:51 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:52 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:52 DEBUG : newLeaf: Updating file with newLeaf 0x260dae076dd0 2026/04/14 03:26:52 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:52 DEBUG : newLeaf(0x260dae270880): close: 2026/04/14 03:26:52 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/14 03:26:52 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-14 03:26:51.916917725 +0000 UTC m=+20.875754108 2026/04/14 03:26:52 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:52 DEBUG : newLeaf(0x260dae270880): >close: err= 2026/04/14 03:26:52 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:52 DEBUG : newLeaf: vfs cache: starting upload 2026/04/14 03:26:52 DEBUG : newLeaf.1cc8316b.partial: size = 25 OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf.1cc8316b.partial" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf.1cc8316b.partial 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf.1cc8316b.partial" 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf.1cc8316b.partial 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : newLeaf.1cc8316b.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:52 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:52 DEBUG : newLeaf.1cc8316b.partial: renamed to: newLeaf 2026/04/14 03:26:52 INFO : newLeaf: Copied (replaced existing) 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:52 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-14 03:26:51 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/14 03:26:52 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/14 03:26:52 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:52 DEBUG : >WaitForWriters: 2026/04/14 03:26:52 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/14 03:26:52 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:52 DEBUG : >WaitForWriters: 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestFileRename/full,forceCache=false run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:52 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:52 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:52 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:52 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:52 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:52 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:52 DEBUG : dir: Looking for writers 2026/04/14 03:26:52 DEBUG : file1: reading active writers 2026/04/14 03:26:52 DEBUG : Looking for writers 2026/04/14 03:26:52 DEBUG : dir: reading active writers 2026/04/14 03:26:52 DEBUG : >WaitForWriters: 2026/04/14 03:26:52 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:52 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:52 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:52 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:52 DEBUG : dir/file1(0x260dae1de5c0): _readAt: size=512, off=0 2026/04/14 03:26:52 DEBUG : dir/file1(0x260dae1de5c0): openPending: 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:52 DEBUG : dir/file1: vfs cache: checking remote fingerprint "14,2001-02-03 04:05:06 +0000 UTC,0ef726ce9b1a7692357ff70dd321d595" against cached fingerprint "" 2026/04/14 03:26:52 DEBUG : dir/file1: vfs cache: truncate to size=14 2026/04/14 03:26:52 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:52 DEBUG : dir/file1(0x260dae1de5c0): >openPending: err= 2026/04/14 03:26:52 DEBUG : vfs cache: looking for range={Pos:0 Size:14} in [] - present false 2026/04/14 03:26:52 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:26:52 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:52 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:52 DEBUG : dir/file1(0x260dae1de5c0): >_readAt: n=14, err=EOF 2026/04/14 03:26:52 DEBUG : dir/file1(0x260dae1de5c0): close: 2026/04/14 03:26:52 DEBUG : dir/file1(0x260dae1de5c0): >close: err= 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:52 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:52 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:53 DEBUG : newLeaf: Updating file with newLeaf 0x260dae1dc9c0 2026/04/14 03:26:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : newLeaf: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:53 INFO : newLeaf: Moved (server-side) to: dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:53 INFO : newLeaf: vfs cache: renamed in cache to "dir/file1" 2026/04/14 03:26:53 DEBUG : dir/file1: Updating file with dir/file1 0x260dae1dc9c0 2026/04/14 03:26:53 DEBUG : Added virtual directory entry vDel: "newLeaf" 2026/04/14 03:26:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : dir/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : dir/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:26:53 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:53 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:53 DEBUG : dir/file1(0x260dae1df500): openPending: 2026/04/14 03:26:53 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/14 03:26:53 DEBUG : dir/file1: vfs cache: truncate to size=14 (not needed as size correct) 2026/04/14 03:26:53 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:53 DEBUG : dir/file1(0x260dae1df500): >openPending: err= 2026/04/14 03:26:53 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:53 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:53 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:53 DEBUG : dir/file1(0x260dae1df500): _writeAt: size=25, off=0 2026/04/14 03:26:53 DEBUG : dir/file1(0x260dae1df500): >_writeAt: n=25, err= 2026/04/14 03:26:53 INFO : dir/file1: Moved (server-side) to: newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : newLeaf: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:26:53 INFO : dir/file1: vfs cache: renamed in cache to "newLeaf" 2026/04/14 03:26:53 DEBUG : newLeaf: Updating file with newLeaf 0x260dae1dc9c0 2026/04/14 03:26:53 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:26:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:53 DEBUG : newLeaf(0x260dae1df500): close: 2026/04/14 03:26:53 DEBUG : vfs cache: looking for range={Pos:0 Size:25} in [{Pos:0 Size:25}] - present true 2026/04/14 03:26:53 DEBUG : newLeaf: vfs cache: setting modification time to 2026-04-14 03:26:53.504262025 +0000 UTC m=+22.463098408 2026/04/14 03:26:53 INFO : newLeaf: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:53 DEBUG : newLeaf(0x260dae1df500): >close: err= 2026/04/14 03:26:53 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:53 DEBUG : dir: Looking for writers 2026/04/14 03:26:53 DEBUG : Looking for writers 2026/04/14 03:26:53 DEBUG : dir: reading active writers 2026/04/14 03:26:53 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:53 DEBUG : dir: Looking for writers 2026/04/14 03:26:53 DEBUG : Looking for writers 2026/04/14 03:26:53 DEBUG : dir: reading active writers 2026/04/14 03:26:53 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:53 DEBUG : dir: Looking for writers 2026/04/14 03:26:53 DEBUG : Looking for writers 2026/04/14 03:26:53 DEBUG : dir: reading active writers 2026/04/14 03:26:53 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:53 DEBUG : dir: Looking for writers 2026/04/14 03:26:53 DEBUG : Looking for writers 2026/04/14 03:26:53 DEBUG : dir: reading active writers 2026/04/14 03:26:53 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:53 DEBUG : newLeaf: vfs cache: starting upload 2026/04/14 03:26:53 DEBUG : newLeaf.1ba14ac5.partial: size = 25 OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf.1ba14ac5.partial" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf.1ba14ac5.partial 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf.1ba14ac5.partial" 2026/04/14 03:26:53 DEBUG : dir: Looking for writers 2026/04/14 03:26:53 DEBUG : Looking for writers 2026/04/14 03:26:53 DEBUG : dir: reading active writers 2026/04/14 03:26:53 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:53 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf.1ba14ac5.partial 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : newLeaf.1ba14ac5.partial: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:53 DEBUG : newLeaf: md5 = c7247bead226dfd7bd970c17229f4044 OK 2026/04/14 03:26:53 DEBUG : newLeaf.1ba14ac5.partial: renamed to: newLeaf 2026/04/14 03:26:53 INFO : newLeaf: Copied (replaced existing) 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:53 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:53 DEBUG : newLeaf: vfs cache: fingerprint now "25,2026-04-14 03:26:53 +0000 UTC,c7247bead226dfd7bd970c17229f4044" 2026/04/14 03:26:53 DEBUG : newLeaf: vfs cache: writeback object to VFS layer 2026/04/14 03:26:53 DEBUG : Added virtual directory entry vAddFile: "newLeaf" 2026/04/14 03:26:53 INFO : newLeaf: vfs cache: upload succeeded try #1 2026/04/14 03:26:53 DEBUG : dir: Looking for writers 2026/04/14 03:26:53 DEBUG : Looking for writers 2026/04/14 03:26:53 DEBUG : dir: reading active writers 2026/04/14 03:26:53 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:53 DEBUG : >WaitForWriters: 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:53 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c7247bead226dfd7bd970c17229f4044 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : newLeaf: Parsed hash: c7247bead226dfd7bd970c17229f4044 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/newLeaf" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 /rclone-test-yeqosov8putu/newLeaf 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : newLeaf: Parsed hash: f1f3d7db56f36d9a5a912b01803c2176a972b9b0 2026/04/14 03:26:54 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:54 DEBUG : dir: Looking for writers 2026/04/14 03:26:54 DEBUG : Looking for writers 2026/04/14 03:26:54 DEBUG : dir: reading active writers 2026/04/14 03:26:54 DEBUG : newLeaf: reading active writers 2026/04/14 03:26:54 DEBUG : >WaitForWriters: 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestFileRename (9.50s) --- PASS: TestFileRename/off,forceCache=false (1.09s) --- PASS: TestFileRename/minimal,forceCache=false (1.14s) --- PASS: TestFileRename/minimal,forceCache=true (2.13s) --- PASS: TestFileRename/writes,forceCache=false (1.48s) --- PASS: TestFileRename/writes,forceCache=true (2.04s) --- PASS: TestFileRename/full,forceCache=false (1.62s) === 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-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:54 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:54 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:54 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:54 DEBUG : Looking for writers 2026/04/14 03:26:54 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-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:54 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at 1 length 256 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:54 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:54 DEBUG : dir: Looking for writers 2026/04/14 03:26:54 DEBUG : file1: reading active writers 2026/04/14 03:26:54 DEBUG : Looking for writers 2026/04/14 03:26:54 DEBUG : dir: reading active writers 2026/04/14 03:26:54 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleMethods (0.29s) === RUN TestReadFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:54 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/14 03:26:54 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/14 03:26:54 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 3 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 3 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 3 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 3 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 4 to 13 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 4 to 13 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 13 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 13 length 134217728 2026/04/14 03:26:54 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:54 DEBUG : dir: Looking for writers 2026/04/14 03:26:54 DEBUG : file1: reading active writers 2026/04/14 03:26:54 DEBUG : Looking for writers 2026/04/14 03:26:54 DEBUG : dir: reading active writers 2026/04/14 03:26:54 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleSeek (0.26s) === RUN TestReadFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:54 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:54 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:54 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:54 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:54 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:54 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:54 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at 0 length 1 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: waiting for in-sequence read to 5 for 20ms 2026/04/14 03:26:54 DEBUG : dir/file1: aborting in-sequence read wait, off=5 2026/04/14 03:26:54 DEBUG : dir/file1: failed to wait for in-sequence read to 5 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 1 to 5 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 1 to 5 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 5 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 5 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 6 to 1 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 6 to 1 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 1 chunkOffset 1 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 1 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: waiting for in-sequence read to 10 for 20ms 2026/04/14 03:26:54 DEBUG : dir/file1: aborting in-sequence read wait, off=10 2026/04/14 03:26:54 DEBUG : dir/file1: failed to wait for in-sequence read to 10 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 2 to 10 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 2 to 10 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 6 chunkOffset 10 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ReadFileHandle.seek from 16 to 10 (fs.RangeSeeker) 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.RangeSeek from 16 to 10 length -1 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.Read at -1 length 256 chunkOffset 10 chunkSize 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: ChunkedReader.openRange at 10 length 134217728 2026/04/14 03:26:54 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/14 03:26:55 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/14 03:26:55 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/14 03:26:55 DEBUG : dir/file1: ReadFileHandle.Read attempt to read beyond end of file: 100 > 16 2026/04/14 03:26:55 DEBUG : dir/file1: waiting for in-sequence read to 100 for 20ms 2026/04/14 03:26:55 DEBUG : dir/file1: aborting in-sequence read wait, off=100 2026/04/14 03:26:55 DEBUG : dir/file1: failed to wait for in-sequence read to 100 2026/04/14 03:26:55 ERROR : dir/file1: ReadFileHandle.Read error: Bad file descriptor 2026/04/14 03:26:55 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:55 DEBUG : dir: Looking for writers 2026/04/14 03:26:55 DEBUG : file1: reading active writers 2026/04/14 03:26:55 DEBUG : Looking for writers 2026/04/14 03:26:55 DEBUG : dir: reading active writers 2026/04/14 03:26:55 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleReadAt (0.36s) === RUN TestReadFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:55 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:55 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:55 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:55 DEBUG : dir: Looking for writers 2026/04/14 03:26:55 DEBUG : file1: reading active writers 2026/04/14 03:26:55 DEBUG : Looking for writers 2026/04/14 03:26:55 DEBUG : dir: reading active writers 2026/04/14 03:26:55 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleFlush (0.32s) === RUN TestReadFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:55 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:55 DEBUG : dir/file1: >Open: fd=dir/file1 (r), err= 2026/04/14 03:26:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (r), err= 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.Read at 0 length 256 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:55 DEBUG : dir/file1: ReadFileHandle.Release closing 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:55 DEBUG : dir/file1: ReadFileHandle.Release nothing to do 2026/04/14 03:26:55 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:55 DEBUG : dir: Looking for writers 2026/04/14 03:26:55 DEBUG : file1: reading active writers 2026/04/14 03:26:55 DEBUG : Looking for writers 2026/04/14 03:26:55 DEBUG : dir: reading active writers 2026/04/14 03:26:55 DEBUG : >WaitForWriters: --- PASS: TestReadFileHandleRelease (0.27s) === RUN TestRWFileHandleMethodsRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:55 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:55 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:55 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:55 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:55 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:55 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:55 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): _readAt: size=1, off=0 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): openPending: 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:55 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:55 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:26:55 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:26:55 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): >openPending: err= 2026/04/14 03:26:55 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:55 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): >_readAt: n=1, err= 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): _readAt: size=256, off=1 2026/04/14 03:26:55 DEBUG : vfs cache: looking for range={Pos:1 Size:15} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): >_readAt: n=15, err=EOF 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): _readAt: size=16, off=16 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): >_readAt: n=0, err=EOF 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): close: 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): >close: err= 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): close: 2026/04/14 03:26:55 DEBUG : dir/file1(0x260dadecce00): >close: err=file already closed 2026/04/14 03:26:55 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:55 DEBUG : dir: Looking for writers 2026/04/14 03:26:55 DEBUG : file1: reading active writers 2026/04/14 03:26:55 DEBUG : Looking for writers 2026/04/14 03:26:55 DEBUG : dir: reading active writers 2026/04/14 03:26:55 DEBUG : >WaitForWriters: 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsRead (0.32s) === RUN TestRWFileHandleSeek run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:55 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:55 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:55 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:55 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): _readAt: size=1, off=0 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): openPending: 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:26:56 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:26:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >openPending: err= 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): _readAt: size=1, off=5 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): _readAt: size=1, off=3 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:3 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): _readAt: size=1, off=13 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:13 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): _readAt: size=16, off=100 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >_readAt: n=0, err=EOF 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): close: 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadf4b600): >close: err= 2026/04/14 03:26:56 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:56 DEBUG : dir: Looking for writers 2026/04/14 03:26:56 DEBUG : file1: reading active writers 2026/04/14 03:26:56 DEBUG : Looking for writers 2026/04/14 03:26:56 DEBUG : dir: reading active writers 2026/04/14 03:26:56 DEBUG : >WaitForWriters: 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSeek (0.32s) === RUN TestRWFileHandleReadAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:56 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=1, off=0 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): openPending: 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:26:56 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:26:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >openPending: err= 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:0 Size:1} in [] - present false 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=1, off=5 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:5 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=1, off=1 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:1 Size:1} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=1, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=6, off=10 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=6, err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=256, off=10 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:10 Size:6} in [{Pos:0 Size:16}] - present true 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=6, err=EOF 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=256, off=100 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=0, err=EOF 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): close: 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >close: err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): _readAt: size=256, off=100 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dadecdc00): >_readAt: n=0, err=file already closed 2026/04/14 03:26:56 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:56 DEBUG : dir: Looking for writers 2026/04/14 03:26:56 DEBUG : file1: reading active writers 2026/04/14 03:26:56 DEBUG : Looking for writers 2026/04/14 03:26:56 DEBUG : dir: reading active writers 2026/04/14 03:26:56 DEBUG : >WaitForWriters: 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReadAt (0.27s) === RUN TestRWFileHandleFlushRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:56 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:56 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:56 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:56 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:56 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:56 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:56 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): RWFileHandle.Flush 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): _readAt: size=256, off=0 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): openPending: 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:26:56 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:26:56 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): >openPending: err= 2026/04/14 03:26:56 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:56 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): >_readAt: n=16, err=EOF 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): RWFileHandle.Flush 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): RWFileHandle.Flush 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): close: 2026/04/14 03:26:56 DEBUG : dir/file1(0x260dae56b800): >close: err= 2026/04/14 03:26:56 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:56 DEBUG : dir: Looking for writers 2026/04/14 03:26:56 DEBUG : file1: reading active writers 2026/04/14 03:26:56 DEBUG : Looking for writers 2026/04/14 03:26:56 DEBUG : dir: reading active writers 2026/04/14 03:26:56 DEBUG : >WaitForWriters: 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushRead (0.33s) === RUN TestRWFileHandleReleaseRead run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:56 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:56 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:56 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:56 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:56 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:57 DEBUG : dir/file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:26:57 DEBUG : dir/file1: Open: flags=O_RDONLY 2026/04/14 03:26:57 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:57 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:57 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:57 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): _readAt: size=256, off=0 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): openPending: 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:57 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:26:57 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:26:57 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): >openPending: err= 2026/04/14 03:26:57 DEBUG : vfs cache: looking for range={Pos:0 Size:16} in [] - present false 2026/04/14 03:26:57 DEBUG : dir/file1: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:26:57 DEBUG : dir/file1: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:26:57 DEBUG : dir/file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): >_readAt: n=16, err=EOF 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): RWFileHandle.Release 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): close: 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): >close: err= 2026/04/14 03:26:57 DEBUG : dir/file1(0x260dadcf14c0): RWFileHandle.Release 2026/04/14 03:26:57 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:57 DEBUG : dir: Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : dir: reading active writers 2026/04/14 03:26:57 DEBUG : >WaitForWriters: 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseRead (0.32s) === RUN TestRWFileHandleMethodsWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:57 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:26:57 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:57 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:26:57 DEBUG : file1: newRWFileHandle: 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): openPending: 2026/04/14 03:26:57 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:26:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): >openPending: err= 2026/04/14 03:26:57 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:26:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:26:57 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): _writeAt: size=5, off=0 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): >_writeAt: n=5, err= 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): _writeAt: size=7, off=5 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): >_writeAt: n=7, err= 2026/04/14 03:26:57 DEBUG : file1: vfs cache: truncate to size=11 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): close: 2026/04/14 03:26:57 DEBUG : file1: vfs cache: setting modification time to 2026-04-14 03:26:57.19766182 +0000 UTC m=+26.156498203 2026/04/14 03:26:57 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): >close: err= 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): close: 2026/04/14 03:26:57 DEBUG : file1(0x260dad8b1e40): >close: err=file already closed 2026/04/14 03:26:57 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:57 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:26:57 DEBUG : file1.42149f10.partial: size = 11 OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.42149f10.partial" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.42149f10.partial 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.42149f10.partial" 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1.42149f10.partial 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : file1.42149f10.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:26:57 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/14 03:26:57 DEBUG : file1.42149f10.partial: renamed to: file1 2026/04/14 03:26:57 INFO : file1: Copied (new) 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:26:57 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-14 03:26:57 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/14 03:26:57 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : >WaitForWriters: 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/14 03:26:57 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : >WaitForWriters: 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleMethodsWrite (0.53s) === RUN TestRWFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:57 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:57 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:57 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:26:57 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:57 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:26:57 DEBUG : file1: newRWFileHandle: 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): openPending: 2026/04/14 03:26:57 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:26:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): >openPending: err= 2026/04/14 03:26:57 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:26:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:26:57 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): _writeAt: size=7, off=0 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): >_writeAt: n=7, err= 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): _writeAt: size=6, off=5 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): >_writeAt: n=6, err= 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): close: 2026/04/14 03:26:57 DEBUG : file1: vfs cache: setting modification time to 2026-04-14 03:26:57.730523906 +0000 UTC m=+26.689360289 2026/04/14 03:26:57 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): >close: err= 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): _writeAt: size=5, off=0 2026/04/14 03:26:57 DEBUG : file1(0x260dadbf75c0): >_writeAt: n=0, err=file already closed 2026/04/14 03:26:57 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:57 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:26:57 DEBUG : file1.54e81bf3.partial: size = 11 OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.54e81bf3.partial" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.54e81bf3.partial 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.54e81bf3.partial" 2026/04/14 03:26:57 DEBUG : Looking for writers 2026/04/14 03:26:57 DEBUG : file1: reading active writers 2026/04/14 03:26:57 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1.54e81bf3.partial 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : file1.54e81bf3.partial: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:26:57 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/14 03:26:57 DEBUG : file1.54e81bf3.partial: renamed to: file1 2026/04/14 03:26:57 INFO : file1: Copied (new) 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:57 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:57 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:26:57 DEBUG : file1: vfs cache: fingerprint now "11,2026-04-14 03:26:57 +0000 UTC,5eb63bbbe01eeed093cb22bb8f5acdc3" 2026/04/14 03:26:57 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:57 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:57 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : >WaitForWriters: 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/14 03:26:58 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : >WaitForWriters: 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteAt (0.53s) === RUN TestRWFileHandleWriteNoWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:58 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:26:58 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:26:58 DEBUG : file1: newRWFileHandle: 2026/04/14 03:26:58 DEBUG : file1(0x260dae136cc0): openPending: 2026/04/14 03:26:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:58 DEBUG : file1(0x260dae136cc0): >openPending: err= 2026/04/14 03:26:58 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:26:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:26:58 DEBUG : file1(0x260dae136cc0): close: 2026/04/14 03:26:58 DEBUG : file1: vfs cache: setting modification time to 2026-04-14 03:26:58.259273687 +0000 UTC m=+27.218110070 2026/04/14 03:26:58 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:58 DEBUG : file1(0x260dae136cc0): >close: err= 2026/04/14 03:26:58 DEBUG : file2: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/14 03:26:58 DEBUG : file2: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:26:58 DEBUG : file2: newRWFileHandle: 2026/04/14 03:26:58 DEBUG : file2(0x260dae137140): openPending: 2026/04/14 03:26:58 DEBUG : file2: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:58 DEBUG : file2(0x260dae137140): >openPending: err= 2026/04/14 03:26:58 DEBUG : file2: >newRWFileHandle: err= 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:58 DEBUG : file2: >Open: fd=file2 (rw), err= 2026/04/14 03:26:58 DEBUG : file2: >OpenFile: fd=file2 (rw), err= 2026/04/14 03:26:58 DEBUG : file2(0x260dae137140): RWFileHandle.Flush 2026/04/14 03:26:58 DEBUG : file2(0x260dae137140): RWFileHandle.Release 2026/04/14 03:26:58 DEBUG : file2(0x260dae137140): close: 2026/04/14 03:26:58 DEBUG : file2: vfs cache: setting modification time to 2026-04-14 03:26:58.260708891 +0000 UTC m=+27.219545274 2026/04/14 03:26:58 INFO : file2: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:58 DEBUG : file2(0x260dae137140): >close: err= 2026/04/14 03:26:58 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 10ms 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 20ms 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 40ms 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 80ms 2026/04/14 03:26:58 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:26:58 DEBUG : file1.a70dcc3a.partial: size = 0 OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.a70dcc3a.partial" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.a70dcc3a.partial 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.a70dcc3a.partial" 2026/04/14 03:26:58 DEBUG : file2: vfs cache: starting upload 2026/04/14 03:26:58 DEBUG : file2.33907d8b.partial: size = 0 OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file2.33907d8b.partial" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file2.33907d8b.partial 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file2.33907d8b.partial" 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 2 cache items in use, waiting 160ms 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file2.33907d8b.partial 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file2.33907d8b.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:58 DEBUG : file2: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:26:58 DEBUG : file2.33907d8b.partial: renamed to: file2 2026/04/14 03:26:58 INFO : file2: Copied (new) 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file1.a70dcc3a.partial 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file1.a70dcc3a.partial: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:58 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:26:58 DEBUG : file1.a70dcc3a.partial: renamed to: file1 2026/04/14 03:26:58 INFO : file1: Copied (new) 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:58 DEBUG : file2: vfs cache: fingerprint now "0,2026-04-14 03:26:58 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/14 03:26:58 DEBUG : file2: vfs cache: writeback object to VFS layer 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file2" 2026/04/14 03:26:58 INFO : file2: vfs cache: upload succeeded try #1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:58 DEBUG : file1: vfs cache: fingerprint now "0,2026-04-14 03:26:58 +0000 UTC,d41d8cd98f00b204e9800998ecf8427e" 2026/04/14 03:26:58 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:58 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : >WaitForWriters: 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file1: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file2: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file2" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: da39a3ee5e6b4b0d3255bfef95601890afd80709 /rclone-test-yeqosov8putu/file2 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:58 DEBUG : file2: Parsed hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 2026/04/14 03:26:58 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : file2: reading active writers 2026/04/14 03:26:58 DEBUG : >WaitForWriters: 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleWriteNoWrite (0.72s) === RUN TestRWFileHandleFlushWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:58 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:58 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:58 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:26:58 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:58 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:26:58 DEBUG : file1: newRWFileHandle: 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): openPending: 2026/04/14 03:26:58 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): >openPending: err= 2026/04/14 03:26:58 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:26:58 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:58 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:26:58 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): _writeAt: size=5, off=0 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): >_writeAt: n=5, err= 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): RWFileHandle.Flush 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): RWFileHandle.Flush 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): close: 2026/04/14 03:26:58 DEBUG : file1: vfs cache: setting modification time to 2026-04-14 03:26:58.974186021 +0000 UTC m=+27.933022404 2026/04/14 03:26:58 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:58 DEBUG : file1(0x260dadecd080): >close: err= 2026/04/14 03:26:58 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:58 DEBUG : Looking for writers 2026/04/14 03:26:58 DEBUG : file1: reading active writers 2026/04/14 03:26:58 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:59 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:26:59 DEBUG : file1.bfbfa5dd.partial: size = 5 OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.bfbfa5dd.partial" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.bfbfa5dd.partial 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.bfbfa5dd.partial" 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1.bfbfa5dd.partial 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : file1.bfbfa5dd.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:59 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:26:59 DEBUG : file1.bfbfa5dd.partial: renamed to: file1 2026/04/14 03:26:59 INFO : file1: Copied (new) 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:59 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-14 03:26:58 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/14 03:26:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:59 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : >WaitForWriters: 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleFlushWrite (0.32s) === RUN TestRWFileHandleReleaseWrite run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:59 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:26:59 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:59 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:26:59 DEBUG : file1: newRWFileHandle: 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): openPending: 2026/04/14 03:26:59 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:26:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): >openPending: err= 2026/04/14 03:26:59 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:26:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:59 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:26:59 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): _writeAt: size=5, off=0 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): >_writeAt: n=5, err= 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): RWFileHandle.Release 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): close: 2026/04/14 03:26:59 DEBUG : file1: vfs cache: setting modification time to 2026-04-14 03:26:59.296614796 +0000 UTC m=+28.255451180 2026/04/14 03:26:59 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): >close: err= 2026/04/14 03:26:59 DEBUG : file1(0x260dae50f380): RWFileHandle.Release 2026/04/14 03:26:59 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:26:59 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:26:59 DEBUG : file1.08bca343.partial: size = 5 OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.08bca343.partial" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.08bca343.partial 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.08bca343.partial" 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1.08bca343.partial 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : file1.08bca343.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:59 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:26:59 DEBUG : file1.08bca343.partial: renamed to: file1 2026/04/14 03:26:59 INFO : file1: Copied (new) 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:26:59 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-14 03:26:59 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/14 03:26:59 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:26:59 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:59 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : >WaitForWriters: 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleReleaseWrite (0.32s) === RUN TestRWFileHandleSizeTruncateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:26:59 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:26:59 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:26:59 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:26:59 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rwxrwxrwx 2026/04/14 03:26:59 DEBUG : dir/file1: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:26:59 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:26:59 DEBUG : dir/file1(0x260dadf4b9c0): openPending: 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:26:59 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:26:59 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:26:59 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:26:59 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:26:59 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:26:59 DEBUG : dir/file1(0x260dadf4b9c0): >openPending: err= 2026/04/14 03:26:59 DEBUG : dir/file1: vfs cache: truncate to size=0 2026/04/14 03:26:59 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:26:59 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:26:59 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:26:59 DEBUG : dir/file1(0x260dadf4b9c0): _writeAt: size=5, off=0 2026/04/14 03:26:59 DEBUG : dir/file1(0x260dadf4b9c0): >_writeAt: n=5, err= 2026/04/14 03:26:59 DEBUG : dir/file1(0x260dadf4b9c0): close: 2026/04/14 03:26:59 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:26:59 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-14 03:26:59.924576114 +0000 UTC m=+28.883412497 2026/04/14 03:26:59 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:26:59 DEBUG : dir/file1(0x260dadf4b9c0): >close: err= 2026/04/14 03:26:59 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:26:59 DEBUG : dir: Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : dir: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:26:59 DEBUG : dir: Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : dir: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:26:59 DEBUG : dir: Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : dir: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:26:59 DEBUG : dir: Looking for writers 2026/04/14 03:26:59 DEBUG : file1: reading active writers 2026/04/14 03:26:59 DEBUG : Looking for writers 2026/04/14 03:26:59 DEBUG : dir: reading active writers 2026/04/14 03:26:59 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: starting upload 2026/04/14 03:27:00 DEBUG : dir/file1.0a7bf6f9.partial: size = 5 OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1.0a7bf6f9.partial" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1.0a7bf6f9.partial 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1.0a7bf6f9.partial" 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/dir/file1.0a7bf6f9.partial 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1.0a7bf6f9.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:00 DEBUG : dir/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:27:00 DEBUG : dir/file1.0a7bf6f9.partial: renamed to: dir/file1 2026/04/14 03:27:00 INFO : dir/file1: Copied (replaced existing) 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: fingerprint now "5,2026-04-14 03:26:59 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/14 03:27:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:00 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : >WaitForWriters: 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeTruncateExisting (0.63s) === RUN TestRWFileHandleSizeCreateExisting run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:00 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fe5567e8d769550852182cdf69d74bb16dff8e29 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1: Parsed hash: fe5567e8d769550852182cdf69d74bb16dff8e29 2026/04/14 03:27:00 DEBUG : dir/file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:00 DEBUG : dir/file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:00 DEBUG : dir/file1: newRWFileHandle: 2026/04/14 03:27:00 DEBUG : dir/file1: >newRWFileHandle: err= 2026/04/14 03:27:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:00 DEBUG : dir/file1: >Open: fd=dir/file1 (rw), err= 2026/04/14 03:27:00 DEBUG : dir/file1: >OpenFile: fd=dir/file1 (rw), err= 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): _writeAt: size=5, off=0 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): openPending: 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4032af8d61035123906e58e067140cc5 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1: Parsed hash: 4032af8d61035123906e58e067140cc5 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: checking remote fingerprint "16,2001-02-03 04:05:06 +0000 UTC,4032af8d61035123906e58e067140cc5" against cached fingerprint "" 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: truncate to size=16 2026/04/14 03:27:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): >openPending: err= 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): >_writeAt: n=5, err= 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): _writeAt: size=15, off=5 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): >_writeAt: n=15, err= 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): close: 2026/04/14 03:27:00 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [{Pos:0 Size:20}] - present true 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: setting modification time to 2026-04-14 03:27:00.512187064 +0000 UTC m=+29.471023457 2026/04/14 03:27:00 INFO : dir/file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:00 DEBUG : dir/file1(0x260dade58a00): >close: err= 2026/04/14 03:27:00 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: starting upload 2026/04/14 03:27:00 DEBUG : dir/file1.481532cd.partial: size = 20 OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1.481532cd.partial" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1.481532cd.partial 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1.481532cd.partial" 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yeqosov8putu/dir/file1.481532cd.partial 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1.481532cd.partial: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/14 03:27:00 DEBUG : dir/file1: md5 = 5198435b5c4e591523b7f5435cc07e88 OK 2026/04/14 03:27:00 DEBUG : dir/file1.481532cd.partial: renamed to: dir/file1 2026/04/14 03:27:00 INFO : dir/file1: Copied (replaced existing) 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5198435b5c4e591523b7f5435cc07e88 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:00 DEBUG : dir/file1: Parsed hash: 5198435b5c4e591523b7f5435cc07e88 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: fingerprint now "20,2026-04-14 03:27:00 +0000 UTC,5198435b5c4e591523b7f5435cc07e88" 2026/04/14 03:27:00 DEBUG : dir/file1: vfs cache: writeback object to VFS layer 2026/04/14 03:27:00 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:00 INFO : dir/file1: vfs cache: upload succeeded try #1 2026/04/14 03:27:00 DEBUG : dir: Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : dir: reading active writers 2026/04/14 03:27:00 DEBUG : >WaitForWriters: 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateExisting (0.59s) === RUN TestRWFileHandleSizeCreateNew run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:00 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:00 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:00 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:00 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:27:00 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:00 DEBUG : file1: newRWFileHandle: 2026/04/14 03:27:00 DEBUG : file1(0x260dae56b700): openPending: 2026/04/14 03:27:00 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:00 DEBUG : file1(0x260dae56b700): >openPending: err= 2026/04/14 03:27:00 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:27:00 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:00 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:27:00 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:27:00 DEBUG : file1(0x260dae56b700): _writeAt: size=5, off=0 2026/04/14 03:27:00 DEBUG : file1(0x260dae56b700): >_writeAt: n=5, err= 2026/04/14 03:27:00 DEBUG : file1(0x260dae56b700): close: 2026/04/14 03:27:00 DEBUG : file1: vfs cache: setting modification time to 2026-04-14 03:27:00.841045676 +0000 UTC m=+29.799882059 2026/04/14 03:27:00 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:00 DEBUG : file1(0x260dae56b700): >close: err= 2026/04/14 03:27:00 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:27:00 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:00 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:00 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:27:00 DEBUG : file1.1faa2f1a.partial: size = 5 OK 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.1faa2f1a.partial" 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.1faa2f1a.partial 2026/04/14 03:27:00 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.1faa2f1a.partial" 2026/04/14 03:27:00 DEBUG : Looking for writers 2026/04/14 03:27:00 DEBUG : file1: reading active writers 2026/04/14 03:27:00 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1.1faa2f1a.partial 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:01 DEBUG : file1.1faa2f1a.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:01 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:27:01 DEBUG : file1.1faa2f1a.partial: renamed to: file1 2026/04/14 03:27:01 INFO : file1: Copied (new) 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:01 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:01 DEBUG : file1: vfs cache: fingerprint now "5,2026-04-14 03:27:00 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/14 03:27:01 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:01 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : file1: reading active writers 2026/04/14 03:27:01 DEBUG : >WaitForWriters: 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleSizeCreateNew (0.33s) === RUN TestRWFileHandleOpenTests === RUN TestRWFileHandleOpenTests/writes run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:01 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0640): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0640): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0640): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.167316694 +0000 UTC m=+30.126153077 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.167316694 +0000 UTC m=+30.126153077 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1d40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1d40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.167316694 +0000 UTC m=+30.126153077 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96690 item 1 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6740): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6740): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.174442336 +0000 UTC m=+30.133278719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6e00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6e00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6e00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6e00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.174442336 +0000 UTC m=+30.133278719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616d20 item 2 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7c80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7c80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7c80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7c80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7c80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.177167608 +0000 UTC m=+30.136003991 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7c80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.177167608 +0000 UTC m=+30.136003991 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.177167608 +0000 UTC m=+30.136003991 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6170a0 item 3 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136ec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136ec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.181127014 +0000 UTC m=+30.139963396 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137400): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137400): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137400): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.181127014 +0000 UTC m=+30.139963396 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617570 item 4 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137ac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137ac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137ac0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137ac0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.184023599 +0000 UTC m=+30.142859983 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.184023599 +0000 UTC m=+30.142859983 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a500): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a500): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.184023599 +0000 UTC m=+30.142859983 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6178f0 item 5 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a680): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a680): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.188020336 +0000 UTC m=+30.146856719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b180): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b180): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b180): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.188020336 +0000 UTC m=+30.146856719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf970a0 item 6 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ae80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ae80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ae80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ae80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ae80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.19198939 +0000 UTC m=+30.150825773 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ae80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.19198939 +0000 UTC m=+30.150825773 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.19198939 +0000 UTC m=+30.150825773 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617dc0 item 7 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.195417771 +0000 UTC m=+30.154254155 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecc500): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecc500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecc500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecc500): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecc500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.195417771 +0000 UTC m=+30.154254155 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecc500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2a770 item 8 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccb40): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dadeccb40): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccb40): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccb40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccb40): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccb40): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccb40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccf00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccf00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccf00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccf00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccf00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.197409437 +0000 UTC m=+30.156245820 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeccf00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.197409437 +0000 UTC m=+30.156245820 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd880): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd880): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd880): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd880): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd880): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.197409437 +0000 UTC m=+30.156245820 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadecd880): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2abd0 item 9 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58000): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58000): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58000): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.202115073 +0000 UTC m=+30.160951457 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58a40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58a40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58a40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58a40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58a40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.202115073 +0000 UTC m=+30.160951457 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58a40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b2d0 item 10 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59080): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dade59080): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59080): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59080): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59080): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59080): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59440): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59440): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59440): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59440): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59440): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.203954661 +0000 UTC m=+30.162791044 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59440): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.203954661 +0000 UTC m=+30.162791044 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ec0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ec0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.203954661 +0000 UTC m=+30.162791044 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b6c0 item 11 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98640): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98640): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98640): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.206735037 +0000 UTC m=+30.165571421 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98b80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98b80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98b80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98b80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98b80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.206735037 +0000 UTC m=+30.165571421 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade98b80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2bc70 item 12 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade991c0): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dade991c0): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade991c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade991c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade991c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade991c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade991c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99580): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99580): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.208985151 +0000 UTC m=+30.167821534 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04bd80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04bd80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04bd80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04bd80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04bd80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.208985151 +0000 UTC m=+30.167821534 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04bd80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230230 item 13 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4540): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4540): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4540): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.211341637 +0000 UTC m=+30.170178020 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4a80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4a80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4a80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4a80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4a80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.211341637 +0000 UTC m=+30.170178020 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d4a80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97730 item 14 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99ac0): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dade99ac0): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99ac0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99ac0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99ac0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99e80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99e80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99e80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99e80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99e80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.213305259 +0000 UTC m=+30.172141642 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade99e80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeba640): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeba640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeba640): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeba640): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeba640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.213305259 +0000 UTC m=+30.172141642 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeba640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2307e0 item 15 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebacc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebacc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebacc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebacc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebacc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.215232362 +0000 UTC m=+30.174068745 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebacc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb200): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb200): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb200): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.215232362 +0000 UTC m=+30.174068745 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230c40 item 16 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.216754791 +0000 UTC m=+30.175591174 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebb840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.216754791 +0000 UTC m=+30.175591174 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadebbcc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc2c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc2c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.216754791 +0000 UTC m=+30.175591174 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2310a0 item 17 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc940): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc940): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc940): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.219698004 +0000 UTC m=+30.178534388 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedc940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedce80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedce80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedce80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedce80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedce80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.219698004 +0000 UTC m=+30.178534388 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedce80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2316c0 item 18 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedd500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedd500): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedd500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedd500): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedd500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.22199625 +0000 UTC m=+30.180832633 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedd500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.22199625 +0000 UTC m=+30.180832633 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadedda00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a000): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a000): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a000): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.22199625 +0000 UTC m=+30.180832633 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231ab0 item 19 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a680): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a680): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.225262415 +0000 UTC m=+30.184098797 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5a680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5abc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5abc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5abc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5abc0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5abc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.225262415 +0000 UTC m=+30.184098797 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5abc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd10230 item 20 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5100): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5100): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5100): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5100): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5100): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.227579756 +0000 UTC m=+30.186416138 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5100): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.227579756 +0000 UTC m=+30.186416138 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5b00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5b00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.227579756 +0000 UTC m=+30.186416138 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3d5b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97c70 item 21 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea280): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea280): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea280): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.231138655 +0000 UTC m=+30.189975038 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea7c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea7c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea7c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea7c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea7c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.231138655 +0000 UTC m=+30.189975038 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ea7c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf6540 item 22 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eae40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eae40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eae40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eae40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eae40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.232780177 +0000 UTC m=+30.191616561 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eae40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.232780177 +0000 UTC m=+30.191616561 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.232780177 +0000 UTC m=+30.191616561 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eb840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf6a10 item 23 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ebec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ebec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ebec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ebec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ebec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.234715968 +0000 UTC m=+30.193552350 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ebec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036500): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036500): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.234715968 +0000 UTC m=+30.193552350 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf7880 item 24 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036b40): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae036b40): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036b40): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036b40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036b40): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036f00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036f00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036f00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036f00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036f00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.236309751 +0000 UTC m=+30.195146134 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae036f00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.236309751 +0000 UTC m=+30.195146134 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037940): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037940): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037940): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.236309751 +0000 UTC m=+30.195146134 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae037940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf7dc0 item 25 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c0c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c0c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c0c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c0c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c0c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.239714567 +0000 UTC m=+30.198550950 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c0c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b200): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b200): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b200): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.239714567 +0000 UTC m=+30.198550950 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc389a0 item 26 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b840): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dadf5b840): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b840): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b840): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b840): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5b840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5bc00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5bc00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5bc00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5bc00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5bc00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.242216137 +0000 UTC m=+30.201052520 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf5bc00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.242216137 +0000 UTC m=+30.201052520 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114740): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114740): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114740): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.242216137 +0000 UTC m=+30.201052520 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd10af0 item 27 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114dc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114dc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114dc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114dc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114dc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.243944274 +0000 UTC m=+30.202780657 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae114dc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115300): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115300): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115300): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.243944274 +0000 UTC m=+30.202780657 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd11500 item 28 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115940): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae115940): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115940): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115940): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115940): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115940): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115d00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115d00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115d00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115d00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115d00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.246066456 +0000 UTC m=+30.204902839 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae115d00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1324c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1324c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1324c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1324c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1324c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.246066456 +0000 UTC m=+30.204902839 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1324c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc70540 item 29 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae132b40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae132b40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae132b40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae132b40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae132b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.247989552 +0000 UTC m=+30.206825936 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae132b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133080): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133080): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133080): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.247989552 +0000 UTC m=+30.206825936 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc70d90 item 30 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1336c0): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae1336c0): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1336c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1336c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1336c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1336c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1336c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133a80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133a80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133a80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133a80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133a80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.250656064 +0000 UTC m=+30.209492446 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae133a80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176240): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176240): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176240): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.250656064 +0000 UTC m=+30.209492446 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc71500 item 31 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1768c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1768c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1768c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1768c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1768c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.251985357 +0000 UTC m=+30.210821740 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1768c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176e00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176e00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176e00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176e00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.251985357 +0000 UTC m=+30.210821740 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae176e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc71b20 item 32 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177440): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177440): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177440): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177440): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177440): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.253265597 +0000 UTC m=+30.212101979 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177440): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1c460 item 33 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.253715607 +0000 UTC m=+30.212551990 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1778c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177dc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177dc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177dc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177dc0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177dc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.253715607 +0000 UTC m=+30.212551990 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae177dc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1c620 item 33 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190500): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190500): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190500): close: 2026/04/14 03:27:01 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:01 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.256845064 +0000 UTC m=+30.215681457 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1ccb0 item 34 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.258346563 +0000 UTC m=+30.217182945 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190ec0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190ec0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.258346563 +0000 UTC m=+30.217182945 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae190ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1ce70 item 34 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191500): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191500): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.259591597 +0000 UTC m=+30.218427980 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1d1f0 item 35 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.260271702 +0000 UTC m=+30.219108085 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191e80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191e80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191e80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191e80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191e80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.260271702 +0000 UTC m=+30.219108085 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae191e80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1d490 item 35 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0600): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0600): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0600): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.263009609 +0000 UTC m=+30.221845992 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a0e0 item 36 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.264048543 +0000 UTC m=+30.222884926 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c0b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1040): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1040): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1040): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.264048543 +0000 UTC m=+30.222884926 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a2a0 item 36 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1680): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1680): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.266284039 +0000 UTC m=+30.225120432 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a770 item 37 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.266902268 +0000 UTC m=+30.225738651 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1c1b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea100): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea100): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea100): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea100): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea100): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.266902268 +0000 UTC m=+30.225738651 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea100): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a9a0 item 37 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c980): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c980): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.268336279 +0000 UTC m=+30.227172662 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc39d50 item 38 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.268951022 +0000 UTC m=+30.227787405 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07ce80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d3c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d3c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d3c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d3c0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d3c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.268951022 +0000 UTC m=+30.227787405 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d3c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc883f0 item 38 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07da40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07da40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07da40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07da40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07da40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.27675211 +0000 UTC m=+30.235588543 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07da40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc88850 item 39 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.279133812 +0000 UTC m=+30.237970225 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c540): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c540): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c540): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.279133812 +0000 UTC m=+30.237970225 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09c540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc88d20 item 39 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09cbc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09cbc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09cbc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09cbc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09cbc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.281073018 +0000 UTC m=+30.239909402 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09cbc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc89730 item 40 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.282768294 +0000 UTC m=+30.241604707 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d0c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d600): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d600): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d600): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.282768294 +0000 UTC m=+30.241604707 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09d600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc865b0 item 40 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.284597822 +0000 UTC m=+30.243434255 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09dbc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c41c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c41c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c41c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc86cb0 item 41 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c41c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c41c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.285340587 +0000 UTC m=+30.244176970 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c41c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc87880 item 41 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.286146149 +0000 UTC m=+30.244982533 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4bc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4bc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4bc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4bc0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4bc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.286146149 +0000 UTC m=+30.244982533 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4bc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc87c00 item 41 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.287776532 +0000 UTC m=+30.246612915 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5700): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5700): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96e9a0 item 42 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5700): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.288318798 +0000 UTC m=+30.247155181 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96ebd0 item 42 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.289562528 +0000 UTC m=+30.248398962 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e82c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e82c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e82c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e82c0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e82c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.289562528 +0000 UTC m=+30.248398962 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e82c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96ef50 item 42 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.291431332 +0000 UTC m=+30.250267715 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8e00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8e00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8e00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f2d0 item 43 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8e00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.292150822 +0000 UTC m=+30.250987205 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e8e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f490 item 43 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.292941476 +0000 UTC m=+30.251777859 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9880): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9880): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9880): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9880): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9880): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.292941476 +0000 UTC m=+30.251777859 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9880): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f650 item 43 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.294628466 +0000 UTC m=+30.253464850 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0e9ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2164c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2164c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2164c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96fc70 item 44 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2164c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2164c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.29503759 +0000 UTC m=+30.253873973 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2164c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddee2a0 item 44 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.295864694 +0000 UTC m=+30.254701077 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216a00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216f80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216f80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216f80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216f80): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216f80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.295864694 +0000 UTC m=+30.254701077 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae216f80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddee700 item 44 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.297346626 +0000 UTC m=+30.256183009 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2175c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae217ac0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae217ac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae217ac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddeeaf0 item 45 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae217ac0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae217ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.297905602 +0000 UTC m=+30.256741985 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae217ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c2c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c2c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.297905602 +0000 UTC m=+30.256741985 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddeecb0 item 45 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.299529994 +0000 UTC m=+30.258366377 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24c900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ce00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ce00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ce00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddef110 item 46 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ce00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ce00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.300047431 +0000 UTC m=+30.258883815 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ce00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24d500): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24d500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24d500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24d500): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24d500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.300047431 +0000 UTC m=+30.258883815 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24d500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddef3b0 item 46 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.30145397 +0000 UTC m=+30.260290353 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24db40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a140): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddefb20 item 47 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a140): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.302369612 +0000 UTC m=+30.261206035 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.302369612 +0000 UTC m=+30.261206035 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28a840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1002a0 item 47 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.304157181 +0000 UTC m=+30.262993564 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ae80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28b380): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28b380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28b380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100620 item 48 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28b380): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28b380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.304948246 +0000 UTC m=+30.263784629 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28b380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ba80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ba80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ba80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ba80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ba80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.304948246 +0000 UTC m=+30.263784629 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae28ba80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1008c0 item 48 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea3c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea3c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea3c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea3c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea3c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.306974247 +0000 UTC m=+30.265810640 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea3c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52ac40 item 49 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.30918151 +0000 UTC m=+30.268017893 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ea840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ead80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ead80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ead80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ead80): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ead80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.30918151 +0000 UTC m=+30.268017893 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ead80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52ae00 item 49 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb400): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb400): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb400): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.310916249 +0000 UTC m=+30.269752633 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b260 item 50 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.311442184 +0000 UTC m=+30.270278566 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1eb900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ebe80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ebe80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ebe80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ebe80): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ebe80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.311442184 +0000 UTC m=+30.270278566 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1ebe80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b420 item 50 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316600): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316600): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316600): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.313592369 +0000 UTC m=+30.272428751 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b7a0 item 51 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.314109717 +0000 UTC m=+30.272946100 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae316b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317040): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317040): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317040): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.314109717 +0000 UTC m=+30.272946100 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b960 item 51 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a700): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a700): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a700): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.315424182 +0000 UTC m=+30.274260565 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8cb0 item 52 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.316211029 +0000 UTC m=+30.275047413 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b180): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b180): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b180): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.316211029 +0000 UTC m=+30.275047413 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8e70 item 52 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ba80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ba80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ba80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ba80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ba80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.317816836 +0000 UTC m=+30.276653218 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ba80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9260 item 53 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.318408915 +0000 UTC m=+30.277245298 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3925c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3925c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3925c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3925c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3925c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.318408915 +0000 UTC m=+30.277245298 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3925c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9490 item 53 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392c40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392c40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392c40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392c40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392c40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.320124359 +0000 UTC m=+30.278960741 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae392c40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9810 item 54 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.320787492 +0000 UTC m=+30.279623875 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3936c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3936c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3936c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3936c0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3936c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.320787492 +0000 UTC m=+30.279623875 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3936c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9d50 item 54 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393d40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393d40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.323833451 +0000 UTC m=+30.282669833 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae393d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca6a10 item 55 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.324423435 +0000 UTC m=+30.283259818 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4880): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4880): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4880): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4880): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4880): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.324423435 +0000 UTC m=+30.283259818 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4880): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca6cb0 item 55 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4f00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4f00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4f00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4f00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4f00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.325902121 +0000 UTC m=+30.284738504 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b4f00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca7730 item 56 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.326678068 +0000 UTC m=+30.285514451 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5980): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5980): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5980): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.326678068 +0000 UTC m=+30.285514451 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3b5980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca7ab0 item 56 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.328442945 +0000 UTC m=+30.287279329 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee0c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee600): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee600): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad9823f0 item 57 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee600): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.329439709 +0000 UTC m=+30.288276093 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ee600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982700 item 57 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.330312029 +0000 UTC m=+30.289148412 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3eeb40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef0c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef0c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef0c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef0c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef0c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.330312029 +0000 UTC m=+30.289148412 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef0c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982930 item 57 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.331789302 +0000 UTC m=+30.290625685 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3ef700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3efc40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3efc40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3efc40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982e70 item 58 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3efc40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3efc40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.332410226 +0000 UTC m=+30.291246608 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3efc40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad9831f0 item 58 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.333028655 +0000 UTC m=+30.291865038 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317640): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317640): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317640): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.333028655 +0000 UTC m=+30.291865038 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52bb90 item 58 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.335870498 +0000 UTC m=+30.294706881 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae317c80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3562c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3562c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3562c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcae1c0 item 59 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3562c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3562c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.336406741 +0000 UTC m=+30.295243124 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3562c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcae9a0 item 59 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.336980696 +0000 UTC m=+30.295817079 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356d80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356d80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356d80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356d80): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356d80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.336980696 +0000 UTC m=+30.295817079 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae356d80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcaf730 item 59 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.339297226 +0000 UTC m=+30.298133609 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3573c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfce620 item 60 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.339769218 +0000 UTC m=+30.298605601 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfceaf0 item 60 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.340449675 +0000 UTC m=+30.299286058 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae357e40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374500): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374500): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.340449675 +0000 UTC m=+30.299286058 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfcecb0 item 60 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.342815878 +0000 UTC m=+30.301652261 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375080): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375080): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfcf1f0 item 61 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375080): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.344459165 +0000 UTC m=+30.303295548 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375780): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375780): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375780): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.344459165 +0000 UTC m=+30.303295548 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfcfb20 item 61 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.346592347 +0000 UTC m=+30.305428731 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375dc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494400): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494400): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630070 item 62 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494400): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.347396648 +0000 UTC m=+30.306233031 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494b00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494b00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.347396648 +0000 UTC m=+30.306233031 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae494b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630230 item 62 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.349273718 +0000 UTC m=+30.308110101 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495680): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6305b0 item 63 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495680): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.349823697 +0000 UTC m=+30.308660080 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495d80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495d80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495d80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495d80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495d80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.349823697 +0000 UTC m=+30.308660080 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae495d80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630770 item 63 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.353051539 +0000 UTC m=+30.311887923 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c7c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cd00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cd00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cd00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad983570 item 64 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cd00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cd00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.354882931 +0000 UTC m=+30.313719314 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cd00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c580): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c580): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.354882931 +0000 UTC m=+30.313719314 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad9820e0 item 64 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d380): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d380): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.356379422 +0000 UTC m=+30.315215804 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982770 item 65 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.356994263 +0000 UTC m=+30.315830646 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dd00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dd00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dd00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dd00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dd00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.356994263 +0000 UTC m=+30.315830646 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dd00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad9829a0 item 65 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0b40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0b40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0b40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0b40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.358428294 +0000 UTC m=+30.317264677 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982ee0 item 66 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.359941856 +0000 UTC m=+30.318778249 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b1d00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0940): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0940): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0940): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.359941856 +0000 UTC m=+30.318778249 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad983340 item 66 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1b00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1b00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.362247966 +0000 UTC m=+30.321084350 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf1b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad983dc0 item 67 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.362939303 +0000 UTC m=+30.321775685 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf65c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6b80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6b80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6b80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6b80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6b80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.362939303 +0000 UTC m=+30.321775685 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6b80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1003f0 item 67 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136200): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136200): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136200): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.36491067 +0000 UTC m=+30.323747053 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630150 item 68 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.365702377 +0000 UTC m=+30.324538760 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136cc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136cc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136cc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136cc0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136cc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.365702377 +0000 UTC m=+30.324538760 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136cc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630310 item 68 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.367033704 +0000 UTC m=+30.325870087 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630690 item 69 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.367784051 +0000 UTC m=+30.326620435 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137d00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137d00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137d00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137d00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137d00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.367784051 +0000 UTC m=+30.326620435 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137d00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630850 item 69 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a480): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a480): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a480): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a480): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a480): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.369381742 +0000 UTC m=+30.328218126 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a480): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630d90 item 70 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.369969243 +0000 UTC m=+30.328805627 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4ac80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b1c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b1c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b1c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b1c0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b1c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.369969243 +0000 UTC m=+30.328805627 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b1c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630f50 item 70 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.371519174 +0000 UTC m=+30.330355557 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae631420 item 71 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.3722843 +0000 UTC m=+30.331120693 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bd40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.3722843 +0000 UTC m=+30.331120693 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae631650 item 71 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58ec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58ec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.374494689 +0000 UTC m=+30.333331072 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6319d0 item 72 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.375878385 +0000 UTC m=+30.334714768 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade593c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59900): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59900): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59900): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.375878385 +0000 UTC m=+30.334714768 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae631b90 item 72 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.378686364 +0000 UTC m=+30.337522747 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a5c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a5c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a5c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce4a10 item 73 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a5c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a5c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.380624517 +0000 UTC m=+30.339460901 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a5c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce5110 item 73 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.381308772 +0000 UTC m=+30.340145155 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04af00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b8c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b8c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b8c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b8c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b8c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.381308772 +0000 UTC m=+30.340145155 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b8c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce55e0 item 73 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.382702717 +0000 UTC m=+30.341539101 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a740): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7a000 item 74 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a740): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.383305407 +0000 UTC m=+30.342141789 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56a740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7aee0 item 74 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.383841329 +0000 UTC m=+30.342677712 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56ac80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b200): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b200): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b200): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.383841329 +0000 UTC m=+30.342677712 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7b420 item 74 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.386501128 +0000 UTC m=+30.345337510 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56b840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56bd40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56bd40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56bd40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7ba40 item 75 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56bd40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56bd40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.386970135 +0000 UTC m=+30.345806518 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae56bd40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7bdc0 item 75 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.387754007 +0000 UTC m=+30.346590390 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee8c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee8c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee8c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee8c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee8c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.387754007 +0000 UTC m=+30.346590390 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ee8c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616150 item 75 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.389666652 +0000 UTC m=+30.348503035 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2200): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2200): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100770 item 76 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2200): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.390351327 +0000 UTC m=+30.349187710 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100c40 item 76 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.392618603 +0000 UTC m=+30.351454986 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2cc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2cc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2cc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2cc0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2cc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.392618603 +0000 UTC m=+30.351454986 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c2cc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100fc0 item 76 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.395751427 +0000 UTC m=+30.354587820 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3800): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3800): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae101500 item 77 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3800): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.397569273 +0000 UTC m=+30.356405656 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad9c3800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a000): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a000): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a000): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.397569273 +0000 UTC m=+30.356405656 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1016c0 item 77 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.40065124 +0000 UTC m=+30.359487623 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2a640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2ab40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2ab40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2ab40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae101b20 item 78 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2ab40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2ab40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.401205187 +0000 UTC m=+30.360041570 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2ab40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b240): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b240): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b240): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.401205187 +0000 UTC m=+30.360041570 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae101d50 item 78 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.402896394 +0000 UTC m=+30.361732777 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2eef00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ef400): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ef400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ef400): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616770 item 79 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ef400): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ef400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.403744799 +0000 UTC m=+30.362581182 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ef400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2efb00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2efb00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2efb00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2efb00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2efb00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.403744799 +0000 UTC m=+30.362581182 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2efb00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616930 item 79 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.405922987 +0000 UTC m=+30.364759370 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc740): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616d90 item 80 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc740): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.406428231 +0000 UTC m=+30.365264624 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fc740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fce40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fce40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fce40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fce40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fce40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.406428231 +0000 UTC m=+30.365264624 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fce40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616f50 item 80 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd480): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd480): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd480): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd480): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd480): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.408864969 +0000 UTC m=+30.367701351 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd480): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6172d0 item 81 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.409471015 +0000 UTC m=+30.368307408 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fd900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fde40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fde40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fde40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fde40): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fde40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.409471015 +0000 UTC m=+30.368307408 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fde40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617490 item 81 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6a5c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6a5c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6a5c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6a5c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6a5c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.411748079 +0000 UTC m=+30.370584463 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6a5c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617810 item 82 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.412943789 +0000 UTC m=+30.371780173 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6aac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b040): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b040): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b040): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.412943789 +0000 UTC m=+30.371780173 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6179d0 item 82 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b6c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b6c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b6c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b6c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b6c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.41548802 +0000 UTC m=+30.374324404 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6b6c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617d50 item 83 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.416665116 +0000 UTC m=+30.375501519 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6bbc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92200): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92200): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92200): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.416665116 +0000 UTC m=+30.375501519 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2300e0 item 83 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92880): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92880): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92880): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92880): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92880): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.418771348 +0000 UTC m=+30.377607760 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92880): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2307e0 item 84 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.420005551 +0000 UTC m=+30.378841964 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade92d80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93300): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93300): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93300): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.420005551 +0000 UTC m=+30.378841964 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230a10 item 84 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93980): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93980): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.421898289 +0000 UTC m=+30.380734702 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230e00 item 85 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.42279256 +0000 UTC m=+30.381628953 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade93e80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb04c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb04c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb04c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb04c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb04c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.42279256 +0000 UTC m=+30.381628953 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb04c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2310a0 item 85 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb0b40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb0b40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb0b40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb0b40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb0b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.424418403 +0000 UTC m=+30.383254786 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb0b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231570 item 86 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.425743038 +0000 UTC m=+30.384579421 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb15c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb15c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb15c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb15c0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb15c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.425743038 +0000 UTC m=+30.384579421 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb15c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2317a0 item 86 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1c40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1c40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1c40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1c40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1c40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.427703895 +0000 UTC m=+30.386540288 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb1c40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231b20 item 87 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.428370785 +0000 UTC m=+30.387207199 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2b780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2bcc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2bcc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2bcc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2bcc0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2bcc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.428370785 +0000 UTC m=+30.387207199 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd2bcc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2a230 item 87 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44440): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44440): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44440): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44440): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44440): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.43049969 +0000 UTC m=+30.389336073 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44440): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2a8c0 item 88 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.431413689 +0000 UTC m=+30.390250072 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44ec0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44ec0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.431413689 +0000 UTC m=+30.390250072 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd44ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2ab60 item 88 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.433432685 +0000 UTC m=+30.392269119 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45a40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45a40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45a40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2af50 item 89 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45a40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45a40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.434141245 +0000 UTC m=+30.392977629 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadd45a40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b2d0 item 89 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.434855696 +0000 UTC m=+30.393692079 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58600): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58600): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58600): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.434855696 +0000 UTC m=+30.393692079 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b490 item 89 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.437687249 +0000 UTC m=+30.396523672 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf58c40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59180): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59180): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b880 item 90 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59180): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.438318183 +0000 UTC m=+30.397154566 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2bb20 item 90 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.439053662 +0000 UTC m=+30.397890065 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf596c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59c80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59c80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59c80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59c80): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59c80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.439053662 +0000 UTC m=+30.397890065 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf59c80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2bd50 item 90 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.441168831 +0000 UTC m=+30.400005215 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e3c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96460 item 91 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.442327212 +0000 UTC m=+30.401163605 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7e900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96690 item 91 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.443449583 +0000 UTC m=+30.402285987 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7ee40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7f3c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7f3c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7f3c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7f3c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7f3c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.443449583 +0000 UTC m=+30.402285987 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7f3c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96850 item 91 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.445271347 +0000 UTC m=+30.404107740 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf7fa00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a040): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97180 item 92 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a040): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.446194353 +0000 UTC m=+30.405030736 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97490 item 92 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.44721379 +0000 UTC m=+30.406050172 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ab40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ab40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ab40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ab40): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ab40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.44721379 +0000 UTC m=+30.406050172 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ab40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97650 item 92 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.44900198 +0000 UTC m=+30.407838364 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6940): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6940): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231d50 item 93 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6940): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.44996454 +0000 UTC m=+30.408800923 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec6940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7040): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7040): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7040): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.44996454 +0000 UTC m=+30.408800923 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf6150 item 93 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.452432506 +0000 UTC m=+30.411268919 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7bc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7bc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7bc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf6770 item 94 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7bc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7bc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.453249941 +0000 UTC m=+30.412086344 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec7bc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0823c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0823c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0823c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0823c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0823c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.453249941 +0000 UTC m=+30.412086344 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0823c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf69a0 item 94 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.455350302 +0000 UTC m=+30.414186705 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082a00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082f40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082f40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082f40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf73b0 item 95 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082f40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082f40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.457818128 +0000 UTC m=+30.416654512 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae082f40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083640): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083640): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083640): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.457818128 +0000 UTC m=+30.416654512 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf7880 item 95 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.45977083 +0000 UTC m=+30.418607223 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae083c80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e2c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf7dc0 item 96 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e2c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.461276827 +0000 UTC m=+30.420113210 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b540): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b540): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b540): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.461276827 +0000 UTC m=+30.420113210 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97b20 item 96 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= 2026/04/14 03:27:01 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : >WaitForWriters: 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting === RUN TestRWFileHandleOpenTests/full run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:01 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY 2026/04/14 03:27:01 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e540): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e540): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e540): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.472059431 +0000 UTC m=+30.430895815 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.472059431 +0000 UTC m=+30.430895815 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e9c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ee80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ee80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ee80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ee80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ee80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.472059431 +0000 UTC m=+30.430895815 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ee80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc71260 item 1 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f4c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f4c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f4c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f4c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f4c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.476170113 +0000 UTC m=+30.435006497 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f4c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f9c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f9c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f9c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f9c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f9c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.476170113 +0000 UTC m=+30.435006497 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f9c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc71b90 item 2 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4100): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4100): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4100): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4100): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4100): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.478435436 +0000 UTC m=+30.437271819 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4100): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.478435436 +0000 UTC m=+30.437271819 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4a40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4a40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4a40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4a40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4a40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.478435436 +0000 UTC m=+30.437271819 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c4a40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc885b0 item 3 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c50c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c50c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c50c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c50c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c50c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.483410642 +0000 UTC m=+30.442247035 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c50c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5600): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5600): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5600): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.483410642 +0000 UTC m=+30.442247035 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc89260 item 4 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.484856326 +0000 UTC m=+30.443692719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0c5c40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.484856326 +0000 UTC m=+30.443692719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f01c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0680): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0680): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0680): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.484856326 +0000 UTC m=+30.443692719 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc89ab0 item 5 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0d00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0d00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0d00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0d00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0d00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.487901884 +0000 UTC m=+30.446738267 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f0d00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1240): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1240): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1240): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.487901884 +0000 UTC m=+30.446738267 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc86cb0 item 6 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f18c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f18c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f18c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f18c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f18c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.491294778 +0000 UTC m=+30.450131162 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f18c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.491294778 +0000 UTC m=+30.450131162 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0f1dc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214380): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214380): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214380): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.491294778 +0000 UTC m=+30.450131162 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc87c00 item 7 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214a00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214a00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214a00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214a00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214a00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.493292896 +0000 UTC m=+30.452129279 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214a00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214f40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214f40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214f40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214f40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214f40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.493292896 +0000 UTC m=+30.452129279 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae214f40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96eb60 item 8 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215500): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae215500): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215500): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215500): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215500): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2158c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2158c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2158c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2158c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2158c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.494856512 +0000 UTC m=+30.453692895 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2158c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.494856512 +0000 UTC m=+30.453692895 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae215d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e340): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e340): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e340): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.494856512 +0000 UTC m=+30.453692895 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f0a0 item 9 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e9c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e9c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e9c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e9c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e9c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.496663689 +0000 UTC m=+30.455500072 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24e9c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ef00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ef00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ef00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ef00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ef00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.496663689 +0000 UTC m=+30.455500072 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24ef00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f570 item 10 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f540): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae24f540): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f540): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f540): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f540): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f540): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.498588327 +0000 UTC m=+30.457424711 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24f900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.498588327 +0000 UTC m=+30.457424711 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae24fe00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280400): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280400): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280400): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.498588327 +0000 UTC m=+30.457424711 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96fa40 item 11 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280a80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280a80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280a80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280a80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280a80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.500611772 +0000 UTC m=+30.459448155 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280a80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280fc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280fc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280fc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280fc0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280fc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.500611772 +0000 UTC m=+30.459448155 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae280fc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddee770 item 12 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae281600): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae281600): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae281600): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae281600): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae281600): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae281600): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae281600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2819c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2819c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2819c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2819c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2819c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.502045383 +0000 UTC m=+30.460881766 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2819c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0180): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0180): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0180): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.502045383 +0000 UTC m=+30.460881766 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddeeb60 item 13 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0800): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0800): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0800): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.503409472 +0000 UTC m=+30.462245854 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0d40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0d40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.503409472 +0000 UTC m=+30.462245854 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b0d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddeefc0 item 14 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1380): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae2b1380): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1380): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1380): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1380): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1380): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1740): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1740): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.504790783 +0000 UTC m=+30.463627167 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1e00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1e00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1e00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1e00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.504790783 +0000 UTC m=+30.463627167 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2b1e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddef420 item 15 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30e580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30e580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30e580): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30e580): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30e580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.506131007 +0000 UTC m=+30.464967390 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30e580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30eac0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30eac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30eac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30eac0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30eac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.506131007 +0000 UTC m=+30.464967390 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30eac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddefb90 item 16 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.507981215 +0000 UTC m=+30.466817598 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.507981215 +0000 UTC m=+30.466817598 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116c80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116c80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116c80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116c80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116c80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.507981215 +0000 UTC m=+30.466817598 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae116c80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc38700 item 17 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.514338063 +0000 UTC m=+30.473174447 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.514338063 +0000 UTC m=+30.473174447 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca6070 item 18 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117ec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117ec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117ec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117ec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117ec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.515728631 +0000 UTC m=+30.474565015 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae117ec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.515728631 +0000 UTC m=+30.474565015 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c4c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c9c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c9c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c9c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c9c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c9c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.515728631 +0000 UTC m=+30.474565015 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17c9c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca6a80 item 19 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d040): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d040): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.517541279 +0000 UTC m=+30.476377662 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d580): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d580): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.517541279 +0000 UTC m=+30.476377662 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17d580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca7730 item 20 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17dc00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17dc00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17dc00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17dc00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17dc00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.520836899 +0000 UTC m=+30.479673282 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae17dc00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.520836899 +0000 UTC m=+30.479673282 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e200): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e700): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e700): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e700): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.520836899 +0000 UTC m=+30.479673282 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a000 item 21 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39ed80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39ed80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39ed80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39ed80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39ed80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.524498922 +0000 UTC m=+30.483335306 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39ed80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f2c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f2c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.524498922 +0000 UTC m=+30.483335306 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a540 item 22 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f000): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f000): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f000): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.525992567 +0000 UTC m=+30.484828949 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.525992567 +0000 UTC m=+30.484828949 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30f500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30fa00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30fa00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30fa00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30fa00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30fa00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.525992567 +0000 UTC m=+30.484828949 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae30fa00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff82a0 item 23 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352180): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352180): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352180): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.52796744 +0000 UTC m=+30.486803823 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3526c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3526c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3526c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3526c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3526c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.52796744 +0000 UTC m=+30.486803823 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3526c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff88c0 item 24 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352d00): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae352d00): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352d00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352d00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352d00): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352d00): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae352d00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3530c0): openPending: 2026/04/14 03:27:01 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3530c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3530c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3530c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3530c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.531706329 +0000 UTC m=+30.490542712 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3530c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.531706329 +0000 UTC m=+30.490542712 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3535c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae353b00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae353b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae353b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae353b00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae353b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.531706329 +0000 UTC m=+30.490542712 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae353b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8cb0 item 25 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374280): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374280): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374280): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.535801992 +0000 UTC m=+30.494638374 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3747c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3747c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3747c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3747c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3747c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.535801992 +0000 UTC m=+30.494638374 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3747c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9180 item 26 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374e00): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae374e00): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374e00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374e00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374e00): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae374e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3751c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3751c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3751c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3751c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3751c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.537442494 +0000 UTC m=+30.496278876 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3751c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.537442494 +0000 UTC m=+30.496278876 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3756c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375c00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375c00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375c00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375c00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375c00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.537442494 +0000 UTC m=+30.496278876 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae375c00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9570 item 27 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e380): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e380): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.542403543 +0000 UTC m=+30.501239936 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e8c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e8c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e8c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e8c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e8c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.542403543 +0000 UTC m=+30.501239936 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42e8c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcae0e0 item 28 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42ef00): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae42ef00): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42ef00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42ef00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42ef00): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42ef00): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42ef00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f2c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f2c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.546180032 +0000 UTC m=+30.505016425 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f980): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f980): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f980): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.546180032 +0000 UTC m=+30.505016425 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae42f980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcaf570 item 29 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a100): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a100): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a100): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a100): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a100): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.547981508 +0000 UTC m=+30.506817891 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a100): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be340): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be340): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be340): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.547981508 +0000 UTC m=+30.506817891 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1c9a0 item 30 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fa80): _readAt: size=2, off=0 2026/04/14 03:27:01 ERROR : open-test-file(0x260dae39fa80): Couldn't read size of file 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fa80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fa80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fa80): >_writeAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fa80): close: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fa80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be600): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be600): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be600): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.553962065 +0000 UTC m=+30.512798458 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1be600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1becc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1becc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1becc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1becc0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1becc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.553962065 +0000 UTC m=+30.512798458 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1becc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1c230 item 31 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf340): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf340): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf340): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.557832292 +0000 UTC m=+30.516668675 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=invalid argument 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf880): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf880): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf880): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf880): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf880): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.557832292 +0000 UTC m=+30.516668675 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bf880): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1c850 item 32 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bfec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bfec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bfec0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bfec0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bfec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.560762291 +0000 UTC m=+30.519598674 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1bfec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1cf50 item 33 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.5615651 +0000 UTC m=+30.520401482 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e440): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e940): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e940): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e940): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.5615651 +0000 UTC m=+30.520401482 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39e940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1d110 item 33 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a740): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a740): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.564039177 +0000 UTC m=+30.522875559 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44a740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a150 item 34 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.567953507 +0000 UTC m=+30.526789890 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44ac40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b180): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b180): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b180): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.567953507 +0000 UTC m=+30.526789890 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a380 item 34 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b7c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b7c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b7c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b7c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b7c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.569769931 +0000 UTC m=+30.528606314 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44b7c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52a8c0 item 35 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.570655766 +0000 UTC m=+30.529492149 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae44bc40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488280): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488280): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488280): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.570655766 +0000 UTC m=+30.529492149 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52aa80 item 35 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.574874462 +0000 UTC m=+30.533710844 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52ae00 item 36 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.575426947 +0000 UTC m=+30.534263329 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae488e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489340): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489340): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489340): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.575426947 +0000 UTC m=+30.534263329 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b030 item 36 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489980): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489980): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.576988518 +0000 UTC m=+30.535824902 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b420 item 37 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.578700024 +0000 UTC m=+30.537536407 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae489e00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c480): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c480): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c480): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c480): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c480): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.578700024 +0000 UTC m=+30.537536407 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40c480): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b5e0 item 37 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cb00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cb00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cb00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cb00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cb00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.581230026 +0000 UTC m=+30.540066409 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40cb00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52b960 item 38 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.583661404 +0000 UTC m=+30.542497787 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d540): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d540): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d540): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.583661404 +0000 UTC m=+30.542497787 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40d540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae52bb20 item 38 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dbc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dbc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dbc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dbc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dbc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.585510219 +0000 UTC m=+30.544346603 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae40dbc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfce620 item 39 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.586114611 +0000 UTC m=+30.544950995 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b0580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b10c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b10c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b10c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b10c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b10c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.586114611 +0000 UTC m=+30.544950995 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dad8b10c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadfceaf0 item 39 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0800): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0800): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0800): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.589383061 +0000 UTC m=+30.548219444 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadcf0800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1d420 item 40 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.591169639 +0000 UTC m=+30.550006022 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39eec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f400): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f400): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f400): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.591169639 +0000 UTC m=+30.550006022 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39f400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade1d810 item 40 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.594433088 +0000 UTC m=+30.553269472 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae39fe80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136500): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982460 item 41 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136500): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.595104517 +0000 UTC m=+30.553940901 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982770 item 41 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.596199067 +0000 UTC m=+30.555035450 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1369c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136f00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136f00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136f00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136f00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136f00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.596199067 +0000 UTC m=+30.555035450 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae136f00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad9829a0 item 41 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.598807529 +0000 UTC m=+30.557643922 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137a40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137a40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137a40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad982ee0 item 42 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137a40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137a40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.599570672 +0000 UTC m=+30.558407054 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae137a40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad983260 item 42 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.600044136 +0000 UTC m=+30.558880520 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a600): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a600): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a600): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.600044136 +0000 UTC m=+30.558880520 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4a600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad983490 item 42 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.601869948 +0000 UTC m=+30.560706331 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4af40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b440): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b440): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b440): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad983c00 item 43 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b440): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b440): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.602323335 +0000 UTC m=+30.561159718 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b440): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630000 item 43 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.602793765 +0000 UTC m=+30.561630148 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4b980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.602793765 +0000 UTC m=+30.561630148 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf4bec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6301c0 item 43 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.605331753 +0000 UTC m=+30.564168136 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade58b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59000): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59000): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630540 item 44 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59000): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.606397428 +0000 UTC m=+30.565233821 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630700 item 44 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.607169026 +0000 UTC m=+30.566005409 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ac0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ac0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.607169026 +0000 UTC m=+30.566005409 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade59ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6308c0 item 44 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.609067496 +0000 UTC m=+30.567903879 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04a280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04abc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04abc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04abc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630d90 item 45 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04abc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04abc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.610954153 +0000 UTC m=+30.569790535 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04abc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b700): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b700): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b700): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.610954153 +0000 UTC m=+30.569790535 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae04b700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae630f50 item 45 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.61247583 +0000 UTC m=+30.571312212 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6480): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6a40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6a40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6a40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae631420 item 46 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6a40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6a40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.613345613 +0000 UTC m=+30.572181997 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf6a40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.613345613 +0000 UTC m=+30.572181997 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadbf7a00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae631650 item 46 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.617574239 +0000 UTC m=+30.576410622 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6319d0 item 47 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.618126051 +0000 UTC m=+30.576962434 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03a840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03af40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03af40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03af40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03af40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03af40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.618126051 +0000 UTC m=+30.576962434 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03af40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae631b90 item 47 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.619366676 +0000 UTC m=+30.578203060 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03b580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ba80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ba80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ba80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce45b0 item 48 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ba80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ba80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.620168173 +0000 UTC m=+30.579004555 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae03ba80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e340): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e340): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e340): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.620168173 +0000 UTC m=+30.579004555 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce4f50 item 48 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e980): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e980): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e980): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e980): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e980): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.621516371 +0000 UTC m=+30.580352755 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6e980): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce5810 item 49 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.621944932 +0000 UTC m=+30.580781315 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6ee00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f340): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f340): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f340): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f340): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f340): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.621944932 +0000 UTC m=+30.580781315 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f340): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadce5c00 item 49 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f9c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f9c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f9c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f9c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f9c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.62310745 +0000 UTC m=+30.581943832 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6f9c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7aee0 item 50 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.62363641 +0000 UTC m=+30.582472792 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade6fec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96540): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96540): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96540): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.62363641 +0000 UTC m=+30.582472792 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7b420 item 50 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96bc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96bc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96bc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96bc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96bc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.627124714 +0000 UTC m=+30.585961097 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade96bc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7ba40 item 51 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.627590525 +0000 UTC m=+30.586426908 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade970c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97600): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97600): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97600): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.627590525 +0000 UTC m=+30.586426908 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc7bdc0 item 51 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97c80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97c80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97c80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97c80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97c80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.6289312 +0000 UTC m=+30.587767583 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dade97c80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100540 item 52 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.629409534 +0000 UTC m=+30.588245917 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4800): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4800): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4800): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.629409534 +0000 UTC m=+30.588245917 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100700 item 52 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4e80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4e80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4e80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4e80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4e80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.630592461 +0000 UTC m=+30.589428844 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb4e80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae100e70 item 53 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.631191864 +0000 UTC m=+30.590028247 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb5380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb58c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb58c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb58c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb58c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb58c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.631191864 +0000 UTC m=+30.590028247 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadeb58c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1010a0 item 53 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8040): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8040): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.632948995 +0000 UTC m=+30.591785379 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1015e0 item 54 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.633804622 +0000 UTC m=+30.592641006 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8540): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8ac0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8ac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8ac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8ac0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.633804622 +0000 UTC m=+30.592641006 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec8ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae1017a0 item 54 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9140): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9140): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.636295863 +0000 UTC m=+30.595132246 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae101c70 item 55 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.636790609 +0000 UTC m=+30.595626992 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9b80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9b80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9b80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9b80): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9b80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.636790609 +0000 UTC m=+30.595626992 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadec9b80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae101e30 item 55 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.638105794 +0000 UTC m=+30.596942178 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616540 item 56 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.638537882 +0000 UTC m=+30.597374265 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52d80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52d80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52d80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52d80): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52d80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.638537882 +0000 UTC m=+30.597374265 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf52d80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616770 item 56 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.640504149 +0000 UTC m=+30.599340532 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf533c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53900): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53900): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616af0 item 57 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53900): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.640915357 +0000 UTC m=+30.599751740 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616d90 item 57 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.641651558 +0000 UTC m=+30.600487942 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf53e40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf624c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf624c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf624c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf624c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf624c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.641651558 +0000 UTC m=+30.600487942 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf624c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae616f50 item 57 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.643785352 +0000 UTC m=+30.602621736 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf62b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63040): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae6172d0 item 58 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63040): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.64495321 +0000 UTC m=+30.603789593 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617490 item 58 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.647234362 +0000 UTC m=+30.606070746 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63b40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63b40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63b40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63b40): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.647234362 +0000 UTC m=+30.606070746 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadf63b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617650 item 58 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.648758053 +0000 UTC m=+30.607594436 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466680): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2a150 item 59 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466680): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.651439414 +0000 UTC m=+30.610275796 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2a3f0 item 59 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.651970066 +0000 UTC m=+30.610806450 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae466bc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467140): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467140): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467140): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.651970066 +0000 UTC m=+30.610806450 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2a850 item 59 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.653267208 +0000 UTC m=+30.612103592 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467cc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467cc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467cc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2acb0 item 60 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467cc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467cc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.655675111 +0000 UTC m=+30.614511494 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae467cc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2aee0 item 60 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.656223407 +0000 UTC m=+30.615059791 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae4768c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae4768c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae4768c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae4768c0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae4768c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.656223407 +0000 UTC m=+30.615059791 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae4768c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b180 item 60 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.657644665 +0000 UTC m=+30.616481047 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae476f00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477440): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477440): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477440): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b650 item 61 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477440): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477440): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.658578529 +0000 UTC m=+30.617414913 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477440): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477b40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477b40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477b40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477b40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477b40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.658578529 +0000 UTC m=+30.617414913 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae477b40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2b810 item 61 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.662029034 +0000 UTC m=+30.620865416 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e7c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e7c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e7c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dade2bc70 item 62 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e7c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e7c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.664521164 +0000 UTC m=+30.623357548 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00e7c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00eec0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00eec0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00eec0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00eec0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00eec0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.664521164 +0000 UTC m=+30.623357548 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00eec0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230000 item 62 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.665916964 +0000 UTC m=+30.624753347 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00f500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00fa40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00fa40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00fa40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230700 item 63 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00fa40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00fa40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.66635411 +0000 UTC m=+30.625190503 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae00fa40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c240): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c240): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c240): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.66635411 +0000 UTC m=+30.625190503 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2309a0 item 63 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): >_readAt: n=0, err=Bad file descriptor 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.667481251 +0000 UTC m=+30.626317684 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07c880): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07cdc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07cdc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07cdc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae230d90 item 64 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07cdc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07cdc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.667894663 +0000 UTC m=+30.626731046 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07cdc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d4c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d4c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d4c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d4c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d4c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.667894663 +0000 UTC m=+30.626731046 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07d4c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231030 item 64 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07db00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07db00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07db00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07db00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07db00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.671017396 +0000 UTC m=+30.629853780 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae07db00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231500 item 65 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.672470764 +0000 UTC m=+30.631307148 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e580): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e580): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.672470764 +0000 UTC m=+30.631307148 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09e580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae2316c0 item 65 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ebc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ebc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ebc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ebc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ebc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.673839973 +0000 UTC m=+30.632676356 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09ebc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231ab0 item 66 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.67559448 +0000 UTC m=+30.634430862 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f580): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f580): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.67559448 +0000 UTC m=+30.634430862 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09f580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae231c70 item 66 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09fbc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09fbc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09fbc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09fbc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09fbc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.677383583 +0000 UTC m=+30.636219965 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae09fbc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf962a0 item 67 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.677871404 +0000 UTC m=+30.636707787 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce640): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce640): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce640): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.677871404 +0000 UTC m=+30.636707787 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ce640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96460 item 67 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cecc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cecc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cecc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cecc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cecc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.6793395 +0000 UTC m=+30.638175883 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cecc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96850 item 68 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.679810941 +0000 UTC m=+30.638647324 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf1c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf700): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf700): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf700): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.679810941 +0000 UTC m=+30.638647324 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cf700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf96af0 item 68 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cfd40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cfd40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cfd40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cfd40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cfd40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.68089456 +0000 UTC m=+30.639730953 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0cfd40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97490 item 69 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.681388765 +0000 UTC m=+30.640225148 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea7c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea7c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea7c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea7c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea7c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.681388765 +0000 UTC m=+30.640225148 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ea7c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97650 item 69 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0600): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0600): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0600): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0600): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0600): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.682866108 +0000 UTC m=+30.641702490 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0600): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617ab0 item 70 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.684197625 +0000 UTC m=+30.643034007 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa0b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1040): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1040): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1040): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1040): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1040): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.684197625 +0000 UTC m=+30.643034007 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1040): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dae617c70 item 70 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa16c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa16c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa16c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa16c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa16c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.68543321 +0000 UTC m=+30.644269593 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa16c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf63f0 item 71 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.686461013 +0000 UTC m=+30.645297396 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dadfa1bc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1181c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1181c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1181c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1181c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1181c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.686461013 +0000 UTC m=+30.645297396 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1181c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf6620 item 71 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_EXCL|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.688711599 +0000 UTC m=+30.647547981 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf6af0 item 72 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.689201295 +0000 UTC m=+30.648037688 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae118d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119280): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119280): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119280): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119280): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119280): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.689201295 +0000 UTC m=+30.648037688 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119280): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf70a0 item 72 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.690707872 +0000 UTC m=+30.649544256 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119d40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf79d0 item 73 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119d40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.691444265 +0000 UTC m=+30.650280648 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae119d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcf7ce0 item 73 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.692479733 +0000 UTC m=+30.651316116 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178840): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178840): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178840): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.692479733 +0000 UTC m=+30.651316116 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd10070 item 73 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.693889368 +0000 UTC m=+30.652725751 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae178e80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179380): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd10620 item 74 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179380): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.694431072 +0000 UTC m=+30.653267455 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd10a80 item 74 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.694939393 +0000 UTC m=+30.653775776 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae1798c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179e40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179e40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179e40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179e40): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179e40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.694939393 +0000 UTC m=+30.653775776 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae179e40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd10e70 item 74 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.696024645 +0000 UTC m=+30.654861028 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21a580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21aa80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21aa80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21aa80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadd11500 item 75 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21aa80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21aa80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.696741159 +0000 UTC m=+30.655577542 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21aa80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): _writeAt: size=3, off=2 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc70540 item 75 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.69718583 +0000 UTC m=+30.656022213 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21afc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21b500): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21b500): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21b500): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21b500): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21b500): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.69718583 +0000 UTC m=+30.656022213 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21b500): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc70a80 item 75 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.698636913 +0000 UTC m=+30.657473296 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae21bb40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252140): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc710a0 item 76 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252140): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.698977657 +0000 UTC m=+30.657814040 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc71500 item 76 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): _writeAt: size=3, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.699673763 +0000 UTC m=+30.658510146 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252680): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252c00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252c00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252c00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252c00): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252c00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.699673763 +0000 UTC m=+30.658510146 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae252c00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc716c0 item 76 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.701314455 +0000 UTC m=+30.660150839 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253740): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc88380 item 77 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253740): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.70177159 +0000 UTC m=+30.660607973 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253e40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253e40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253e40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253e40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253e40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.70177159 +0000 UTC m=+30.660607973 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae253e40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc88540 item 77 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.703248402 +0000 UTC m=+30.662084785 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272a80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272a80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272a80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc88c40 item 78 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272a80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272a80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.703645813 +0000 UTC m=+30.662482196 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae272a80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273180): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273180): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273180): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273180): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273180): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.703645813 +0000 UTC m=+30.662482196 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273180): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc89260 item 78 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.70514647 +0000 UTC m=+30.663982853 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2737c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273cc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273cc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273cc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc89ab0 item 79 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273cc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273cc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.706033958 +0000 UTC m=+30.664870361 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae273cc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2924c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2924c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2924c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2924c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2924c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.706033958 +0000 UTC m=+30.664870361 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2924c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc867e0 item 79 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.707767195 +0000 UTC m=+30.666603578 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae292b00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293000): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293000): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293000): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc86d20 item 80 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293000): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293000): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.708230791 +0000 UTC m=+30.667067175 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293000): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293700): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293700): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293700): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.708230791 +0000 UTC m=+30.667067175 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc87960 item 80 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293d40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293d40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.70942603 +0000 UTC m=+30.668262413 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae293d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96e770 item 81 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.7099651 +0000 UTC m=+30.668801483 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be800): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be800): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be800): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.7099651 +0000 UTC m=+30.668801483 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2be800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96ea80 item 81 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bee80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bee80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bee80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bee80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bee80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.71137231 +0000 UTC m=+30.670208694 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bee80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96efc0 item 82 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.712224903 +0000 UTC m=+30.671061286 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf900): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf900): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf900): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf900): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf900): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.712224903 +0000 UTC m=+30.671061286 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2bf900): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f180 item 82 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc080): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc080): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc080): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.713686665 +0000 UTC m=+30.672523049 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f500 item 83 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.714192342 +0000 UTC m=+30.673028725 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dc580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dcac0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dcac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dcac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dcac0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dcac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.714192342 +0000 UTC m=+30.673028725 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dcac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96f6c0 item 83 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_SYNC|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd140): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd140): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd140): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd140): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd140): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.715654186 +0000 UTC m=+30.674490569 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd140): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dad96fce0 item 84 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.716411017 +0000 UTC m=+30.675247400 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2dd640): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ddbc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ddbc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ddbc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ddbc0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ddbc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.716411017 +0000 UTC m=+30.675247400 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2ddbc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddee3f0 item 84 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eadc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eadc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eadc0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eadc0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eadc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.71778808 +0000 UTC m=+30.676624463 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eadc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97b90 item 85 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.718562274 +0000 UTC m=+30.677398667 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb800): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb800): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb800): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.718562274 +0000 UTC m=+30.677398667 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0eb800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadf97d50 item 85 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ebe80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ebe80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ebe80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ebe80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ebe80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.719873162 +0000 UTC m=+30.678709545 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae0ebe80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc38850 item 86 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.720526066 +0000 UTC m=+30.679362448 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318480): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318a00): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318a00): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318a00): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318a00): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318a00): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.720526066 +0000 UTC m=+30.679362448 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae318a00): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadc38d90 item 86 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_EXCL|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319080): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319080): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319080): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319080): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319080): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.72181388 +0000 UTC m=+30.680650264 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319080): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca64d0 item 87 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.722266907 +0000 UTC m=+30.681103290 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319ac0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319ac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319ac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319ac0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.722266907 +0000 UTC m=+30.681103290 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae319ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca69a0 item 87 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e240): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e240): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e240): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.727739814 +0000 UTC m=+30.686576197 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca7030 item 88 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.728502146 +0000 UTC m=+30.687338528 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33e740): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33ecc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33ecc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33ecc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33ecc0): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33ecc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.728502146 +0000 UTC m=+30.687338528 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33ecc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca7570 item 88 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.729938611 +0000 UTC m=+30.688774994 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadca7dc0 item 89 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.730759143 +0000 UTC m=+30.689595526 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33f840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff81c0 item 89 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.731327517 +0000 UTC m=+30.690163900 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae33fd80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360400): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360400): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360400): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360400): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360400): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.731327517 +0000 UTC m=+30.690163900 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360400): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff83f0 item 89 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.73580918 +0000 UTC m=+30.694645563 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360a40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360f80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360f80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360f80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8850 item 90 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360f80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360f80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.736302402 +0000 UTC m=+30.695138785 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae360f80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8a10 item 90 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.736934117 +0000 UTC m=+30.695770500 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3614c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae361a80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae361a80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae361a80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae361a80): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae361a80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.736934117 +0000 UTC m=+30.695770500 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae361a80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8c40 item 90 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.738498785 +0000 UTC m=+30.697335168 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3821c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382700): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382700): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382700): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff8fc0 item 91 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382700): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382700): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.739050507 +0000 UTC m=+30.697886891 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382700): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:2} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): >_readAt: n=2, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): _writeAt: size=3, off=7 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9180 item 91 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.739651915 +0000 UTC m=+30.698488298 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae382c40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3831c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3831c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=8 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3831c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:8} in [{Pos:0 Size:8}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3831c0): >_readAt: n=8, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3831c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.739651915 +0000 UTC m=+30.698488298 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3831c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9340 item 91 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.743685921 +0000 UTC m=+30.702522304 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383800): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383d40): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383d40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383d40): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff9730 item 92 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383d40): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383d40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.744371327 +0000 UTC m=+30.703207710 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae383d40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): open at offset 5 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadff98f0 item 92 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): _readAt: size=2, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): _writeAt: size=3, off=5 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): >_writeAt: n=3, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.745011728 +0000 UTC m=+30.703848111 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8380): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8940): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8940): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=3 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8940): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:3} in [{Pos:0 Size:3}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8940): >_readAt: n=3, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8940): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.745011728 +0000 UTC m=+30.703848111 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8940): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcae1c0 item 92 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= === RUN TestRWFileHandleOpenTests/full/os.O_RDWR|os.O_APPEND|os.O_CREATE|os.O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.746498169 +0000 UTC m=+30.705334551 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c8f80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c94c0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c94c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c94c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcaf730 item 93 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c94c0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c94c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.74718627 +0000 UTC m=+30.706022652 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c94c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c9bc0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c9bc0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c9bc0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c9bc0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c9bc0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.74718627 +0000 UTC m=+30.706022652 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3c9bc0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadde8380 item 93 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.748666557 +0000 UTC m=+30.707502941 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4300): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4840): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4840): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4840): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadde93b0 item 94 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4840): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4840): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.751327459 +0000 UTC m=+30.710163841 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4840): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4f40): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4f40): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4f40): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4f40): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4f40): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.751327459 +0000 UTC m=+30.710163841 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4f40): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadde97a0 item 94 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.752743516 +0000 UTC m=+30.711579899 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5580): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5ac0): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5ac0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5ac0): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcee000 item 95 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5ac0): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5ac0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.753526035 +0000 UTC m=+30.712362418 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e5ac0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fe2c0): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fe2c0): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fe2c0): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fe2c0): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fe2c0): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.753526035 +0000 UTC m=+30.712362418 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae2fe2c0): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260daddee700 item 95 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 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/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): open at offset 0 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): _readAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): >_readAt: n=0, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.759189733 +0000 UTC m=+30.718026116 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4240): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4780): _writeAt: size=5, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4780): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4780): >openPending: err= 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcee4d0 item 96 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4780): >_writeAt: n=5, err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4780): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.759667806 +0000 UTC m=+30.718504190 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4780): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC, perm=-rw-rw-rw- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDWR|O_APPEND|O_CREATE|O_EXCL|O_SYNC|O_TRUNC 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: File.openRW failed: file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=, err=file already exists 2026/04/14 03:27:01 DEBUG : open-test-file: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:01 DEBUG : open-test-file: Open: flags=O_RDONLY 2026/04/14 03:27:01 DEBUG : open-test-file: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : open-test-file: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : open-test-file: >Open: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file: >OpenFile: fd=open-test-file (rw), err= 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4e80): _readAt: size=512, off=0 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4e80): openPending: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: truncate to size=5 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4e80): >openPending: err= 2026/04/14 03:27:01 DEBUG : vfs cache: looking for range={Pos:0 Size:5} in [{Pos:0 Size:5}] - present true 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4e80): >_readAt: n=5, err=EOF 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4e80): close: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: setting modification time to 2026-04-14 03:27:01.759667806 +0000 UTC m=+30.718504190 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : open-test-file(0x260dae3e4e80): >close: err= 2026/04/14 03:27:01 DEBUG : open-test-file: Remove: 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: cancelling writeback (uploading false) 0x260dadcee9a0 item 96 2026/04/14 03:27:01 INFO : open-test-file: vfs cache: removed cache file as file deleted 2026/04/14 03:27:01 DEBUG : open-test-file: vfs cache: removed metadata from cache as file deleted 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vDel: "open-test-file" 2026/04/14 03:27:01 DEBUG : open-test-file: >Remove: err= 2026/04/14 03:27:01 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : >WaitForWriters: 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileHandleOpenTests (0.60s) --- PASS: TestRWFileHandleOpenTests/writes (0.31s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDONLY (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_CREATE|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/writes/os.O_RDWR|os.O_APPEND (0.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.30s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_EXCL|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_SYNC|os.O_TRUNC (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL (0.00s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_TRUNC (0.01s) --- PASS: TestRWFileHandleOpenTests/full/os.O_WRONLY|os.O_CREATE|os.O_EXCL|os.O_SYNC (0.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.01s) --- 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.01s) --- 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.01s) --- 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.01s) --- 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-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:01 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:01 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:01 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:01 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:27:01 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:01 DEBUG : file1: newRWFileHandle: 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): openPending: 2026/04/14 03:27:01 DEBUG : file1: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): >openPending: err= 2026/04/14 03:27:01 DEBUG : file1: >newRWFileHandle: err= 2026/04/14 03:27:01 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:01 DEBUG : file1: >Open: fd=file1 (rw), err= 2026/04/14 03:27:01 DEBUG : file1: >OpenFile: fd=file1 (rw), err= 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): _writeAt: size=2, off=0 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): >_writeAt: n=2, err= 2026/04/14 03:27:01 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): RWFileHandle.Flush 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): RWFileHandle.Release 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): close: 2026/04/14 03:27:01 DEBUG : file1: vfs cache: setting modification time to 2012-11-18 17:32:31 +0000 UTC 2026/04/14 03:27:01 INFO : file1: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:01 DEBUG : file1(0x260dae1d2600): >close: err= 2026/04/14 03:27:01 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : file1: reading active writers 2026/04/14 03:27:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : file1: reading active writers 2026/04/14 03:27:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : file1: reading active writers 2026/04/14 03:27:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : file1: reading active writers 2026/04/14 03:27:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:27:01 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:01 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:01 DEBUG : file1: vfs cache: starting upload 2026/04/14 03:27:01 DEBUG : file1.a0a9169e.partial: size = 2 OK 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1.a0a9169e.partial" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1.a0a9169e.partial 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1.a0a9169e.partial" 2026/04/14 03:27:01 DEBUG : Looking for writers 2026/04/14 03:27:01 DEBUG : file1: reading active writers 2026/04/14 03:27:01 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yeqosov8putu/file1.a0a9169e.partial 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:01 DEBUG : file1.a0a9169e.partial: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/14 03:27:01 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/14 03:27:01 DEBUG : file1.a0a9169e.partial: renamed to: file1 2026/04/14 03:27:01 INFO : file1: Copied (new) 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:01 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/14 03:27:02 DEBUG : file1: vfs cache: fingerprint now "2,2012-11-18 17:32:31 +0000 UTC,49f68a5c8493ec2c0bf489821c21fc3b" 2026/04/14 03:27:02 DEBUG : file1: vfs cache: writeback object to VFS layer 2026/04/14 03:27:02 DEBUG : file1: Not setting pending mod time 2012-11-18 17:32:31 +0000 UTC as it is already set 2026/04/14 03:27:02 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:02 INFO : file1: vfs cache: upload succeeded try #1 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : file1: reading active writers 2026/04/14 03:27:02 DEBUG : >WaitForWriters: 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:02 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:02 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-yeqosov8putu/dir/file1: no such file or directory 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c22b5f9178342609428d6f51b2c5af4c0bde6a42 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : file1: Parsed hash: c22b5f9178342609428d6f51b2c5af4c0bde6a42 2026/04/14 03:27:02 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : file1: reading active writers 2026/04/14 03:27:02 DEBUG : >WaitForWriters: 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWFileModTimeWithOpenWriters (0.49s) === RUN TestRWCacheRename run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:02 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:27:02 DEBUG : rename_me: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:02 DEBUG : rename_me: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:02 DEBUG : rename_me: newRWFileHandle: 2026/04/14 03:27:02 DEBUG : rename_me(0x260dadcf0100): openPending: 2026/04/14 03:27:02 DEBUG : rename_me: vfs cache: truncate to size=0 (not needed as size correct) 2026/04/14 03:27:02 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/14 03:27:02 DEBUG : rename_me(0x260dadcf0100): >openPending: err= 2026/04/14 03:27:02 DEBUG : rename_me: >newRWFileHandle: err= 2026/04/14 03:27:02 DEBUG : Added virtual directory entry vAddFile: "rename_me" 2026/04/14 03:27:02 DEBUG : rename_me: >Open: fd=rename_me (rw), err= 2026/04/14 03:27:02 DEBUG : rename_me: >OpenFile: fd=rename_me (rw), err= 2026/04/14 03:27:02 DEBUG : rename_me(0x260dadcf0100): _writeAt: size=5, off=0 2026/04/14 03:27:02 DEBUG : rename_me(0x260dadcf0100): >_writeAt: n=5, err= 2026/04/14 03:27:02 DEBUG : rename_me(0x260dadcf0100): close: 2026/04/14 03:27:02 DEBUG : rename_me: vfs cache: setting modification time to 2026-04-14 03:27:02.258988588 +0000 UTC m=+31.217824971 2026/04/14 03:27:02 INFO : rename_me: vfs cache: queuing for upload in 100ms 2026/04/14 03:27:02 DEBUG : rename_me(0x260dadcf0100): >close: err= 2026/04/14 03:27:02 INFO : rename_me: vfs cache: renamed in cache to "i_was_renamed" 2026/04/14 03:27:02 DEBUG : i_was_renamed: Updating file with 0x260dae278410 2026/04/14 03:27:02 DEBUG : Added virtual directory entry vDel: "rename_me" 2026/04/14 03:27:02 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/14 03:27:02 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : i_was_renamed: reading active writers 2026/04/14 03:27:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 10ms 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : i_was_renamed: reading active writers 2026/04/14 03:27:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 20ms 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : i_was_renamed: reading active writers 2026/04/14 03:27:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 40ms 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : i_was_renamed: reading active writers 2026/04/14 03:27:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 80ms 2026/04/14 03:27:02 DEBUG : i_was_renamed: vfs cache: starting upload 2026/04/14 03:27:02 DEBUG : i_was_renamed.dd2dac27.partial: size = 5 OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/i_was_renamed.dd2dac27.partial" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/i_was_renamed.dd2dac27.partial 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/i_was_renamed.dd2dac27.partial" 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : i_was_renamed: reading active writers 2026/04/14 03:27:02 DEBUG : Still 0 writers active and 1 cache items in use, waiting 160ms 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/i_was_renamed.dd2dac27.partial 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : i_was_renamed.dd2dac27.partial: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:02 DEBUG : i_was_renamed: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:27:02 DEBUG : i_was_renamed.dd2dac27.partial: renamed to: i_was_renamed 2026/04/14 03:27:02 INFO : i_was_renamed: Copied (new) 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/i_was_renamed" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/i_was_renamed 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/i_was_renamed" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/i_was_renamed 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : i_was_renamed: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:02 DEBUG : i_was_renamed: vfs cache: fingerprint now "5,2026-04-14 03:27:02 +0000 UTC,5d41402abc4b2a76b9719d911017c592" 2026/04/14 03:27:02 DEBUG : i_was_renamed: vfs cache: writeback object to VFS layer 2026/04/14 03:27:02 DEBUG : Added virtual directory entry vAddFile: "i_was_renamed" 2026/04/14 03:27:02 INFO : i_was_renamed: vfs cache: upload succeeded try #1 2026/04/14 03:27:02 DEBUG : Looking for writers 2026/04/14 03:27:02 DEBUG : i_was_renamed: reading active writers 2026/04/14 03:27:02 DEBUG : >WaitForWriters: 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWCacheRename (0.33s) === RUN TestRWCacheUpdate run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:02 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: root is "/home/rclone/.cache/rclone" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: data root is "/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: metadata root is "/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfs/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : Creating backend with remote ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 DEBUG : :local: detected overridden config - adding "{8un-i}" suffix to name 2026/04/14 03:27:02 DEBUG : fs cache: renaming cache item ":local,encoding='Slash,Dot',links=false:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" to be canonical ":local{8un-i}:/home/rclone/.cache/rclone/vfsMeta/TestSFTPRcloneSSH{aFBXt}/rclone-test-yeqosov8putu" 2026/04/14 03:27:02 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0) 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 288158e561053f03b91b9361f5d0328ac9e349fc /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: Parsed hash: 288158e561053f03b91b9361f5d0328ac9e349fc 2026/04/14 03:27:02 DEBUG : forgetting directory cache 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate(0x260dae40c040): _readAt: size=512, off=0 2026/04/14 03:27:02 DEBUG : TestRWCacheUpdate(0x260dae40c040): openPending: 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:02 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 8558f20bbf1a5777c862752b37ad49be /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: 8558f20bbf1a5777c862752b37ad49be 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-14 02:28:02 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" against cached fingerprint "" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/14 03:27:03 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c040): >openPending: err= 2026/04/14 03:27:03 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c040): >_readAt: n=20, err=EOF 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c040): close: 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:28:02 +0000 UTC 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c040): >close: err= 2026/04/14 03:27:03 DEBUG : Re-reading directory (108.660782ms old) 2026/04/14 03:27:03 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: f47c1f4670d7bfa799e2e12e6aff3029f0785d53 2026/04/14 03:27:03 DEBUG : forgetting directory cache 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c8c0): _readAt: size=512, off=0 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c8c0): openPending: 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 944a242d910e2bbacae0d0db8c64490a /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: 944a242d910e2bbacae0d0db8c64490a 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-14 02:29:02 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" against cached fingerprint "20,2026-04-14 02:28:02 +0000 UTC,8558f20bbf1a5777c862752b37ad49be" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-14 02:29:02 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" != cached fingerprint "20,2026-04-14 02:28:02 +0000 UTC,8558f20bbf1a5777c862752b37ad49be") 2026/04/14 03:27:03 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/14 03:27:03 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c8c0): >openPending: err= 2026/04/14 03:27:03 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c8c0): >_readAt: n=20, err=EOF 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c8c0): close: 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:29:02 +0000 UTC 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40c8c0): >close: err= 2026/04/14 03:27:03 DEBUG : Re-reading directory (103.592849ms old) 2026/04/14 03:27:03 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : forgetting directory cache 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: cdbdc94ef0e50810466d21c31d02b8365e9616d2 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: cdbdc94ef0e50810466d21c31d02b8365e9616d2 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40d280): _readAt: size=512, off=0 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40d280): openPending: 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4e063366550d230fc1fb85c19dbb494d /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:03 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: Parsed hash: 4e063366550d230fc1fb85c19dbb494d 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-14 02:30:02 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" against cached fingerprint "20,2026-04-14 02:29:02 +0000 UTC,944a242d910e2bbacae0d0db8c64490a" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-14 02:30:02 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" != cached fingerprint "20,2026-04-14 02:29:02 +0000 UTC,944a242d910e2bbacae0d0db8c64490a") 2026/04/14 03:27:03 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/14 03:27:03 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40d280): >openPending: err= 2026/04/14 03:27:03 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40d280): >_readAt: n=20, err=EOF 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40d280): close: 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:30:02 +0000 UTC 2026/04/14 03:27:03 DEBUG : TestRWCacheUpdate(0x260dae40d280): >close: err= 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : forgetting directory cache 2026/04/14 03:27:04 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Parsed hash: 9c0b7852a4bce62b7ba1ae22ce62c4abdb8eb3d7 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae2ff300): _readAt: size=512, off=0 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae2ff300): openPending: 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a8c7956852282e88c22a986150cb5a68 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Parsed hash: a8c7956852282e88c22a986150cb5a68 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-14 02:31:02 +0000 UTC,a8c7956852282e88c22a986150cb5a68" against cached fingerprint "20,2026-04-14 02:30:02 +0000 UTC,4e063366550d230fc1fb85c19dbb494d" 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-14 02:31:02 +0000 UTC,a8c7956852282e88c22a986150cb5a68" != cached fingerprint "20,2026-04-14 02:30:02 +0000 UTC,4e063366550d230fc1fb85c19dbb494d") 2026/04/14 03:27:04 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/14 03:27:04 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae2ff300): >openPending: err= 2026/04/14 03:27:04 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae2ff300): >_readAt: n=20, err=EOF 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae2ff300): close: 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:31:02 +0000 UTC 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae2ff300): >close: err= 2026/04/14 03:27:04 DEBUG : Re-reading directory (102.470068ms old) 2026/04/14 03:27:04 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : forgetting directory cache 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ceb5d9ade326cb4f1198af16dc24366d3d9c950f /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Parsed hash: ceb5d9ade326cb4f1198af16dc24366d3d9c950f 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae1368c0): _readAt: size=512, off=0 2026/04/14 03:27:04 DEBUG : TestRWCacheUpdate(0x260dae1368c0): openPending: 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:04 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25074c7237d5f7774d304950950b2d66 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 25074c7237d5f7774d304950950b2d66 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-14 02:32:02 +0000 UTC,25074c7237d5f7774d304950950b2d66" against cached fingerprint "20,2026-04-14 02:31:02 +0000 UTC,a8c7956852282e88c22a986150cb5a68" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-14 02:32:02 +0000 UTC,25074c7237d5f7774d304950950b2d66" != cached fingerprint "20,2026-04-14 02:31:02 +0000 UTC,a8c7956852282e88c22a986150cb5a68") 2026/04/14 03:27:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/14 03:27:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae1368c0): >openPending: err= 2026/04/14 03:27:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae1368c0): >_readAt: n=20, err=EOF 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae1368c0): close: 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:32:02 +0000 UTC 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae1368c0): >close: err= 2026/04/14 03:27:05 DEBUG : Re-reading directory (102.830058ms old) 2026/04/14 03:27:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5f11b0143ac8866346332777b557a7153a9d90b8 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 5f11b0143ac8866346332777b557a7153a9d90b8 2026/04/14 03:27:05 DEBUG : forgetting directory cache 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae137700): _readAt: size=512, off=0 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae137700): openPending: 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 58e51f3b328781d7a035e462b2e9bd00 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 58e51f3b328781d7a035e462b2e9bd00 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "20,2026-04-14 02:33:02 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" against cached fingerprint "20,2026-04-14 02:32:02 +0000 UTC,25074c7237d5f7774d304950950b2d66" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "20,2026-04-14 02:33:02 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" != cached fingerprint "20,2026-04-14 02:32:02 +0000 UTC,25074c7237d5f7774d304950950b2d66") 2026/04/14 03:27:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=20 2026/04/14 03:27:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae137700): >openPending: err= 2026/04/14 03:27:05 DEBUG : vfs cache: looking for range={Pos:0 Size:20} in [] - present false 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae137700): >_readAt: n=20, err=EOF 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae137700): close: 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:33:02 +0000 UTC 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae137700): >close: err= 2026/04/14 03:27:05 DEBUG : Re-reading directory (120.606774ms old) 2026/04/14 03:27:05 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 674b2f1010a3dfc9a0bf400bf2936b0c0c3d6c06 2026/04/14 03:27:05 DEBUG : forgetting directory cache 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae44b840): _readAt: size=512, off=0 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae44b840): openPending: 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 8dbc613757cc0c1614e9b1aafd9156a7 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: Parsed hash: 8dbc613757cc0c1614e9b1aafd9156a7 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "21,2026-04-14 02:34:02 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" against cached fingerprint "20,2026-04-14 02:33:02 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "21,2026-04-14 02:34:02 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" != cached fingerprint "20,2026-04-14 02:33:02 +0000 UTC,58e51f3b328781d7a035e462b2e9bd00") 2026/04/14 03:27:05 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=21 2026/04/14 03:27:05 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae44b840): >openPending: err= 2026/04/14 03:27:05 DEBUG : vfs cache: looking for range={Pos:0 Size:21} in [] - present false 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae44b840): >_readAt: n=21, err=EOF 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae44b840): close: 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:34:02 +0000 UTC 2026/04/14 03:27:05 DEBUG : TestRWCacheUpdate(0x260dae44b840): >close: err= 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:05 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : forgetting directory cache 2026/04/14 03:27:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: 3b798a8b8f0600c2d19a26f69ad842e576e2ce94 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dae137e00): _readAt: size=512, off=0 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dae137e00): openPending: 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d6db0c1b4814e22b98d1f690596f68ca /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: d6db0c1b4814e22b98d1f690596f68ca 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "22,2026-04-14 02:35:02 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" against cached fingerprint "21,2026-04-14 02:34:02 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7" 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "22,2026-04-14 02:35:02 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" != cached fingerprint "21,2026-04-14 02:34:02 +0000 UTC,8dbc613757cc0c1614e9b1aafd9156a7") 2026/04/14 03:27:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=22 2026/04/14 03:27:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dae137e00): >openPending: err= 2026/04/14 03:27:06 DEBUG : vfs cache: looking for range={Pos:0 Size:22} in [] - present false 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dae137e00): >_readAt: n=22, err=EOF 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dae137e00): close: 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:35:02 +0000 UTC 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dae137e00): >close: err= 2026/04/14 03:27:06 DEBUG : Re-reading directory (106.492541ms old) 2026/04/14 03:27:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: bd321569f0a3d2d05d8c22e92ead3ccb6bd12aa3 2026/04/14 03:27:06 DEBUG : forgetting directory cache 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dadbf64c0): _readAt: size=512, off=0 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dadbf64c0): openPending: 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a04b60cad5c51870e80f668df3d720c0 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: a04b60cad5c51870e80f668df3d720c0 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "23,2026-04-14 02:36:02 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" against cached fingerprint "22,2026-04-14 02:35:02 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca" 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "23,2026-04-14 02:36:02 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" != cached fingerprint "22,2026-04-14 02:35:02 +0000 UTC,d6db0c1b4814e22b98d1f690596f68ca") 2026/04/14 03:27:06 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=23 2026/04/14 03:27:06 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dadbf64c0): >openPending: err= 2026/04/14 03:27:06 DEBUG : vfs cache: looking for range={Pos:0 Size:23} in [] - present false 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dadbf64c0): >_readAt: n=23, err=EOF 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dadbf64c0): close: 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:36:02 +0000 UTC 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate(0x260dadbf64c0): >close: err= 2026/04/14 03:27:06 DEBUG : Re-reading directory (105.131388ms old) 2026/04/14 03:27:06 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:06 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:06 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 62773e350f2f87e22c3d3c0d445c7a429aae8efa /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: Parsed hash: 62773e350f2f87e22c3d3c0d445c7a429aae8efa 2026/04/14 03:27:07 DEBUG : forgetting directory cache 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: Open: flags=O_RDONLY 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: newRWFileHandle: 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: >newRWFileHandle: err= 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: >Open: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: >OpenFile: fd=TestRWCacheUpdate (rw), err= 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate(0x260dae2dc040): _readAt: size=512, off=0 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate(0x260dae2dc040): openPending: 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/TestRWCacheUpdate" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 074978d6705e58530a3c8d378a08fa37 /rclone-test-yeqosov8putu/TestRWCacheUpdate 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: Parsed hash: 074978d6705e58530a3c8d378a08fa37 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: vfs cache: checking remote fingerprint "24,2026-04-14 02:37:02 +0000 UTC,074978d6705e58530a3c8d378a08fa37" against cached fingerprint "23,2026-04-14 02:36:02 +0000 UTC,a04b60cad5c51870e80f668df3d720c0" 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: vfs cache: removing cached entry as stale (remote fingerprint "24,2026-04-14 02:37:02 +0000 UTC,074978d6705e58530a3c8d378a08fa37" != cached fingerprint "23,2026-04-14 02:36:02 +0000 UTC,a04b60cad5c51870e80f668df3d720c0") 2026/04/14 03:27:07 INFO : TestRWCacheUpdate: vfs cache: removed cache file as stale (remote is different) 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: vfs cache: removed metadata from cache as stale (remote is different) 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: vfs cache: truncate to size=24 2026/04/14 03:27:07 DEBUG : Added virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate(0x260dae2dc040): >openPending: err= 2026/04/14 03:27:07 DEBUG : vfs cache: looking for range={Pos:0 Size:24} in [] - present false 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: ChunkedReader.RangeSeek from -1 to 0 length -1 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: ChunkedReader.Read at -1 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate(0x260dae2dc040): >_readAt: n=24, err=EOF 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate(0x260dae2dc040): close: 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: vfs cache: setting modification time to 2026-04-14 02:37:02 +0000 UTC 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate(0x260dae2dc040): >close: err= 2026/04/14 03:27:07 DEBUG : Re-reading directory (105.725921ms old) 2026/04/14 03:27:07 DEBUG : Removed virtual directory entry vAddFile: "TestRWCacheUpdate" 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: Reset virtual modtime 2026/04/14 03:27:07 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:07 DEBUG : Looking for writers 2026/04/14 03:27:07 DEBUG : TestRWCacheUpdate: reading active writers 2026/04/14 03:27:07 DEBUG : >WaitForWriters: 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: vfs cache: cleaner exiting --- PASS: TestRWCacheUpdate (4.81s) === RUN TestCaseSensitivity run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:07 DEBUG : forgetting directory cache 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/14 03:27:07 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:07 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:07 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:07 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/14 03:27:07 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:07 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:07 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/14 03:27:07 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:07 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:07 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:07 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:07 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:07 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:07 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:07 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/14 03:27:07 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/14 03:27:07 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/14 03:27:07 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:07 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:07 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/14 03:27:08 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/14 03:27:08 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/14 03:27:08 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FiLeA: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/FiLeA" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yeqosov8putu/FiLeA 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FiLeA: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FiLeB: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 7a5211eef71caf0a250ea202616030c063bd4f75 /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FilEb: Parsed hash: 7a5211eef71caf0a250ea202616030c063bd4f75 2026/04/14 03:27:08 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : fileA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : filea: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FILEA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/14 03:27:08 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/14 03:27:08 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FiLeB" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yeqosov8putu/FiLeB 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FiLeB: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/14 03:27:08 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/14 03:27:08 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/14 03:27:08 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/FilEb" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 79369f78f7882c1baabbc7d45dc5daa0 /rclone-test-yeqosov8putu/FilEb 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:08 DEBUG : FilEb: Parsed hash: 79369f78f7882c1baabbc7d45dc5daa0 2026/04/14 03:27:08 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 ERROR : /: Dir.Stat error: duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/14 03:27:08 DEBUG : fileb: >OpenFile: fd=, err=duplicate filename "fileb" detected with case/unicode normalization settings 2026/04/14 03:27:08 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 ERROR : /: Dir.Stat error: duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/14 03:27:08 DEBUG : FILEB: >OpenFile: fd=, err=duplicate filename "FILEB" detected with case/unicode normalization settings 2026/04/14 03:27:08 DEBUG : FiLeA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeA: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeA: >Open: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: >OpenFile: fd=FiLeA (r), err= 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeA: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : fileA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : fileA: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:08 DEBUG : filea: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : filea: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:08 DEBUG : FILEA: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FILEA: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:08 DEBUG : FiLeB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FiLeB: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FiLeB: >Open: fd=FiLeB (r), err= 2026/04/14 03:27:08 DEBUG : FiLeB: >OpenFile: fd=FiLeB (r), err= 2026/04/14 03:27:08 DEBUG : FiLeB: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FiLeB: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : FilEb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FilEb: Open: flags=O_RDONLY 2026/04/14 03:27:08 DEBUG : FilEb: >Open: fd=FilEb (r), err= 2026/04/14 03:27:08 DEBUG : FilEb: >OpenFile: fd=FilEb (r), err= 2026/04/14 03:27:08 DEBUG : FilEb: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:08 DEBUG : FilEb: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:08 DEBUG : fileb: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : fileb: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:08 DEBUG : FILEB: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:08 DEBUG : FILEB: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:08 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:08 DEBUG : Looking for writers 2026/04/14 03:27:08 DEBUG : FiLeA: reading active writers 2026/04/14 03:27:08 DEBUG : FiLeB: reading active writers 2026/04/14 03:27:08 DEBUG : FilEb: reading active writers 2026/04/14 03:27:08 DEBUG : >WaitForWriters: 2026/04/14 03:27:08 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:08 DEBUG : Looking for writers 2026/04/14 03:27:08 DEBUG : FiLeB: reading active writers 2026/04/14 03:27:08 DEBUG : FilEb: reading active writers 2026/04/14 03:27:08 DEBUG : FiLeA: reading active writers 2026/04/14 03:27:08 DEBUG : >WaitForWriters: --- PASS: TestCaseSensitivity (1.58s) === RUN TestUnicodeNormalization run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/normal name with no special characters.txt" 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/normal\ name\ with\ no\ special\ characters.txt 2026/04/14 03:27:08 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/normal\ name\ with\ no\ special\ characters.txt" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yeqosov8putu/normal name with no special characters.txt 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/normal name with no special characters.txt" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/normal\ name\ with\ no\ special\ characters.txt 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/normal\ name\ with\ no\ special\ characters.txt" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 /rclone-test-yeqosov8putu/normal name with no special characters.txt 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: Parsed hash: cbcc2ff6a0894e6e7f9a1a6a6a36b68fb36aa151 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/測試_Русский___ě_áñ" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/測試_Русский___ě_áñ 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/測試_Русский___ě_áñ" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yeqosov8putu/測試_Русский___ě_áñ 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/測試_Русский___ě_áñ" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/測試_Русский___ě_áñ 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/測試_Русский___ě_áñ" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 4c64312d5aa547e7c43b39f451fd0be214b550d6 /rclone-test-yeqosov8putu/測試_Русский___ě_áñ 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: Parsed hash: 4c64312d5aa547e7c43b39f451fd0be214b550d6 2026/04/14 03:27:09 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/normal name with no special characters.txt" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/normal\ name\ with\ no\ special\ characters.txt 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/normal\ name\ with\ no\ special\ characters.txt" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 89d903bc35dede724fd52c51437ff5fd /rclone-test-yeqosov8putu/normal name with no special characters.txt 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: Parsed hash: 89d903bc35dede724fd52c51437ff5fd 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: Open: flags=O_RDONLY 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: >Open: fd=測試_Русский___ě_áñ (r), err= 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=測試_Русский___ě_áñ (r), err= 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/測試_Русский___ě_áñ" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/測試_Русский___ě_áñ 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/測試_Русский___ě_áñ" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: ff9cf2d690d888cb337f6bf4526b6130 /rclone-test-yeqosov8putu/測試_Русский___ě_áñ 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: Parsed hash: ff9cf2d690d888cb337f6bf4526b6130 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: Open: flags=O_RDONLY 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: >Open: fd=normal name with no special characters.txt (r), err= 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: >OpenFile: fd=normal name with no special characters.txt (r), err= 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: ChunkedReader.Read at 0 length 5 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:09 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:09 DEBUG : Looking for writers 2026/04/14 03:27:09 DEBUG : normal name with no special characters.txt: reading active writers 2026/04/14 03:27:09 DEBUG : 測試_Русский___ě_áñ: reading active writers 2026/04/14 03:27:09 DEBUG : >WaitForWriters: --- PASS: TestUnicodeNormalization (0.63s) === RUN TestVFSbaseHandle --- PASS: TestVFSbaseHandle (0.00s) === RUN TestVFSNew run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:09 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Reusing VFS from active cache 2026/04/14 03:27:09 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:09 DEBUG : Looking for writers 2026/04/14 03:27:09 DEBUG : >WaitForWriters: 2026/04/14 03:27:09 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:09 DEBUG : Looking for writers 2026/04/14 03:27:09 DEBUG : >WaitForWriters: --- PASS: TestVFSNew (0.00s) === RUN TestVFSNewWithOpts run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:09 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:09 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:09 DEBUG : Looking for writers 2026/04/14 03:27:09 DEBUG : >WaitForWriters: --- PASS: TestVFSNewWithOpts (0.00s) === RUN TestVFSRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:09 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:09 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:09 DEBUG : Looking for writers 2026/04/14 03:27:09 DEBUG : >WaitForWriters: --- PASS: TestVFSRoot (0.00s) === RUN TestVFSStat run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:09 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:09 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:09 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/14 03:27:09 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:09 DEBUG : dir: Looking for writers 2026/04/14 03:27:09 DEBUG : file2: reading active writers 2026/04/14 03:27:09 DEBUG : Looking for writers 2026/04/14 03:27:09 DEBUG : dir: reading active writers 2026/04/14 03:27:09 DEBUG : file1: reading active writers 2026/04/14 03:27:09 DEBUG : >WaitForWriters: --- PASS: TestVFSStat (0.40s) === RUN TestVFSStatParent run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:09 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/14 03:27:10 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:10 DEBUG : dir: Looking for writers 2026/04/14 03:27:10 DEBUG : Looking for writers 2026/04/14 03:27:10 DEBUG : dir: reading active writers 2026/04/14 03:27:10 DEBUG : file1: reading active writers 2026/04/14 03:27:10 DEBUG : >WaitForWriters: --- PASS: TestVFSStatParent (0.35s) === RUN TestVFSOpenFile run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:10 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/14 03:27:10 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:10 DEBUG : file1: Open: flags=O_RDONLY 2026/04/14 03:27:10 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/14 03:27:10 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/14 03:27:10 DEBUG : dir: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:10 DEBUG : dir: >OpenFile: fd=dir/ (r), err= 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:10 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: >Open: fd=dir/new_file.txt (w), err= 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: >OpenFile: fd=dir/new_file.txt (w), err= 2026/04/14 03:27:10 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (0 bytes), uploading instead of streaming 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: size = 0 OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/new_file.txt" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/new_file.txt 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/new_file.txt" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/dir/new_file.txt 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:27:10 DEBUG : dir/new_file.txt: Size and md5 of src and dst objects identical 2026/04/14 03:27:10 DEBUG : dir: Added virtual directory entry vAddFile: "new_file.txt" 2026/04/14 03:27:10 DEBUG : not found/new_file.txt: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:10 DEBUG : not found/new_file.txt: >OpenFile: fd=, err=file does not exist 2026/04/14 03:27:10 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:10 DEBUG : dir: Looking for writers 2026/04/14 03:27:10 DEBUG : file2: reading active writers 2026/04/14 03:27:10 DEBUG : new_file.txt: reading active writers 2026/04/14 03:27:10 DEBUG : Looking for writers 2026/04/14 03:27:10 DEBUG : dir: reading active writers 2026/04/14 03:27:10 DEBUG : file1: reading active writers 2026/04/14 03:27:10 DEBUG : >WaitForWriters: --- PASS: TestVFSOpenFile (0.52s) === RUN TestVFSRename run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:10 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:10 DEBUG : dir/file2: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:10 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file2" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yeqosov8putu/dir/file2 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : dir/file2: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/14 03:27:11 INFO : dir/file2: Moved (server-side) to: dir/file1 2026/04/14 03:27:11 DEBUG : dir/file1: Updating file with dir/file1 0x260dae1dc000 2026/04/14 03:27:11 DEBUG : dir: Added virtual directory entry vDel: "file2" 2026/04/14 03:27:11 DEBUG : dir: Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : dir/file1: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/dir/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yeqosov8putu/dir/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : dir/file1: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/14 03:27:11 INFO : dir/file1: Moved (server-side) to: file0 2026/04/14 03:27:11 DEBUG : file0: Updating file with file0 0x260dae1dc000 2026/04/14 03:27:11 DEBUG : dir: Added virtual directory entry vDel: "file1" 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddFile: "file0" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file0" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file0 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file0" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 25ba584dea3b091afba78acbe36da91a /rclone-test-yeqosov8putu/file0 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : file0: Parsed hash: 25ba584dea3b091afba78acbe36da91a 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file0" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file0 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file0" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 693a1c717811546a82e06145f0d12f4e35710bb9 /rclone-test-yeqosov8putu/file0 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : file0: Parsed hash: 693a1c717811546a82e06145f0d12f4e35710bb9 2026/04/14 03:27:11 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:11 DEBUG : dir: Looking for writers 2026/04/14 03:27:11 DEBUG : Looking for writers 2026/04/14 03:27:11 DEBUG : dir: reading active writers 2026/04/14 03:27:11 DEBUG : file0: reading active writers 2026/04/14 03:27:11 DEBUG : >WaitForWriters: --- PASS: TestVFSRename (0.59s) === RUN TestVFSStatfs run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:11 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Server has VFS statistics extension 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: About path "/rclone-test-yeqosov8putu" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Failed to retrieve VFS statistics, trying shell command instead: sftp: "operation unsupported" (SSH_FX_OP_UNSUPPORTED) 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: About path "/rclone-test-yeqosov8putu" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: About using shell command for shell type "unix" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: df -k /rclone-test-yeqosov8putu 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: 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-yeqosov8putu" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: Filesystem 1K-blocks Used Available Use% Mounted on /dev/root 157205004 147377732 3395276 93% / 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:11 DEBUG : Looking for writers 2026/04/14 03:27:11 DEBUG : >WaitForWriters: --- PASS: TestVFSStatfs (0.10s) === RUN TestVFSMkdir run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:11 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddDir: "/" 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddDir: "b" 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddDir: "c" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: 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/14 03:27:11 DEBUG : Added virtual directory entry vAddDir: "d" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: 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/14 03:27:11 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:11 DEBUG : Looking for writers 2026/04/14 03:27:11 DEBUG : a: Looking for writers 2026/04/14 03:27:11 DEBUG : b: Looking for writers 2026/04/14 03:27:11 DEBUG : c: Looking for writers 2026/04/14 03:27:11 DEBUG : d: Looking for writers 2026/04/14 03:27:11 DEBUG : Looking for writers 2026/04/14 03:27:11 DEBUG : /: reading active writers 2026/04/14 03:27:11 DEBUG : a: reading active writers 2026/04/14 03:27:11 DEBUG : b: reading active writers 2026/04/14 03:27:11 DEBUG : c: reading active writers 2026/04/14 03:27:11 DEBUG : d: reading active writers 2026/04/14 03:27:11 DEBUG : >WaitForWriters: --- PASS: TestVFSMkdir (0.23s) === RUN TestVFSMkdirAll run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:11 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddDir: "a" 2026/04/14 03:27:11 DEBUG : a: Added virtual directory entry vAddDir: "b" 2026/04/14 03:27:11 DEBUG : a/b: Added virtual directory entry vAddDir: "c" 2026/04/14 03:27:11 DEBUG : a/b/c: Added virtual directory entry vAddDir: "d" 2026/04/14 03:27:11 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:11 DEBUG : a/b/c/d: Looking for writers 2026/04/14 03:27:11 DEBUG : a/b/c: Looking for writers 2026/04/14 03:27:11 DEBUG : d: reading active writers 2026/04/14 03:27:11 DEBUG : a/b: Looking for writers 2026/04/14 03:27:11 DEBUG : c: reading active writers 2026/04/14 03:27:11 DEBUG : a: Looking for writers 2026/04/14 03:27:11 DEBUG : b: reading active writers 2026/04/14 03:27:11 DEBUG : Looking for writers 2026/04/14 03:27:11 DEBUG : a: reading active writers 2026/04/14 03:27:11 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-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:11 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:11 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:11 DEBUG : Looking for writers 2026/04/14 03:27:11 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-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:11 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:11 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:11 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:11 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:11 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:11 ERROR : file1: WriteFileHandle: Read: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/14 03:27:11 ERROR : file1: WriteFileHandle: ReadAt: Can't read and write to file without --vfs-cache-mode >= minimal 2026/04/14 03:27:11 ERROR : file1: WriteFileHandle: Truncate: Can't change size without --vfs-cache-mode >= writes 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (5 bytes), uploading instead of streaming 2026/04/14 03:27:11 DEBUG : file1: size = 5 OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:11 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:11 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:27:11 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:11 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:11 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:12 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:12 DEBUG : file1: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2026/04/14 03:27:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:12 ERROR : file1: WriteFileHandle: Can't open for write without O_TRUNC on existing file without --vfs-cache-mode >= writes 2026/04/14 03:27:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/14 03:27:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (0 bytes), uploading instead of streaming 2026/04/14 03:27:12 DEBUG : file1: size = 0 OK 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:12 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:27:12 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:27:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE|O_TRUNC, perm=-rwxrwxrwx 2026/04/14 03:27:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE|O_TRUNC 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (7 bytes), uploading instead of streaming 2026/04/14 03:27:12 DEBUG : file1: size = 7 OK 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 9141de76717e095d4dd05f1e686ad6a8 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:12 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:12 DEBUG : file1: Parsed hash: 9141de76717e095d4dd05f1e686ad6a8 2026/04/14 03:27:12 DEBUG : file1: md5 = 9141de76717e095d4dd05f1e686ad6a8 OK 2026/04/14 03:27:12 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:12 DEBUG : Looking for writers 2026/04/14 03:27:12 DEBUG : file1: reading active writers 2026/04/14 03:27:12 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleMethods (0.53s) === RUN TestWriteFileHandleWriteAt run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:12 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:12 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:12 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:12 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:12 DEBUG : file1: waiting for in-sequence write to 100 for 1s 2026/04/14 03:27:13 DEBUG : file1: aborting in-sequence write wait, off=100 2026/04/14 03:27:13 DEBUG : file1: failed to wait for in-sequence write to 100 2026/04/14 03:27:13 ERROR : file1: WriteFileHandle.Write: can't seek in file without --vfs-cache-mode >= writes 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (11 bytes), uploading instead of streaming 2026/04/14 03:27:13 DEBUG : file1: size = 11 OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:27:13 DEBUG : file1: md5 = 5eb63bbbe01eeed093cb22bb8f5acdc3 OK 2026/04/14 03:27:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 ERROR : file1: WriteFileHandle.Write: error: Bad file descriptor 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2026/04/14 03:27:13 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:13 DEBUG : Looking for writers 2026/04/14 03:27:13 DEBUG : file1: reading active writers 2026/04/14 03:27:13 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleWriteAt (1.27s) === RUN TestWriteFileHandleFlush run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:13 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (5 bytes), uploading instead of streaming 2026/04/14 03:27:13 DEBUG : file1: size = 5 OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 5d41402abc4b2a76b9719d911017c592 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2026/04/14 03:27:13 DEBUG : file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/04/14 03:27:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: WriteFileHandle.Flush nothing to do 2026/04/14 03:27:13 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:13 DEBUG : Looking for writers 2026/04/14 03:27:13 DEBUG : file1: reading active writers 2026/04/14 03:27:13 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleFlush (0.11s) === RUN TestWriteFileHandleRelease run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:13 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: WriteFileHandle.Release closing 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (0 bytes), uploading instead of streaming 2026/04/14 03:27:13 DEBUG : file1: size = 0 OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:27:13 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:27:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: WriteFileHandle.Release nothing to do 2026/04/14 03:27:13 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:13 DEBUG : Looking for writers 2026/04/14 03:27:13 DEBUG : file1: reading active writers 2026/04/14 03:27:13 DEBUG : >WaitForWriters: --- PASS: TestWriteFileHandleRelease (0.11s) === RUN TestWriteFileModTimeWithOpenWriters run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:13 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (2 bytes), uploading instead of streaming 2026/04/14 03:27:13 DEBUG : file1: size = 2 OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 49f68a5c8493ec2c0bf489821c21fc3b /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: 49f68a5c8493ec2c0bf489821c21fc3b 2026/04/14 03:27:13 DEBUG : file1: md5 = 49f68a5c8493ec2c0bf489821c21fc3b OK 2026/04/14 03:27:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:13 DEBUG : file1: Applied pending mod time 2012-11-18 17:32:31 +0000 UTC OK 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:13 DEBUG : Looking for writers 2026/04/14 03:27:13 DEBUG : file1: reading active writers 2026/04/14 03:27:13 DEBUG : >WaitForWriters: --- PASS: TestWriteFileModTimeWithOpenWriters (0.02s) === RUN TestFileReadAtZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:13 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (0 bytes), uploading instead of streaming 2026/04/14 03:27:13 DEBUG : file1: size = 0 OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: d41d8cd98f00b204e9800998ecf8427e /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:13 DEBUG : file1: Parsed hash: d41d8cd98f00b204e9800998ecf8427e 2026/04/14 03:27:13 DEBUG : file1: md5 = d41d8cd98f00b204e9800998ecf8427e OK 2026/04/14 03:27:13 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:13 DEBUG : file1: Open: flags=O_RDONLY 2026/04/14 03:27:13 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/14 03:27:13 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/14 03:27:13 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:13 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:13 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:13 DEBUG : Looking for writers 2026/04/14 03:27:13 DEBUG : file1: reading active writers 2026/04/14 03:27:13 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtZeroLength (0.11s) === RUN TestFileReadAtNonZeroLength run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:13 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:13 DEBUG : file1: OpenFile: flags=O_WRONLY|O_CREATE, perm=-rwxrwxrwx 2026/04/14 03:27:13 DEBUG : file1: Open: flags=O_WRONLY|O_CREATE 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : file1: >Open: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : file1: >OpenFile: fd=file1 (w), err= 2026/04/14 03:27:13 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: File to upload is small (100 bytes), uploading instead of streaming 2026/04/14 03:27:13 DEBUG : file1: size = 100 OK 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:13 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/file1" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 134272da1cebaefd82f6d3fad0883fc9 /rclone-test-yeqosov8putu/file1 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : file1: Parsed hash: 134272da1cebaefd82f6d3fad0883fc9 2026/04/14 03:27:14 DEBUG : file1: md5 = 134272da1cebaefd82f6d3fad0883fc9 OK 2026/04/14 03:27:14 DEBUG : file1: Size and md5 of src and dst objects identical 2026/04/14 03:27:14 DEBUG : Added virtual directory entry vAddFile: "file1" 2026/04/14 03:27:14 DEBUG : file1: OpenFile: flags=O_RDONLY, perm=---------- 2026/04/14 03:27:14 DEBUG : file1: Open: flags=O_RDONLY 2026/04/14 03:27:14 DEBUG : file1: >Open: fd=file1 (r), err= 2026/04/14 03:27:14 DEBUG : file1: >OpenFile: fd=file1 (r), err= 2026/04/14 03:27:14 DEBUG : file1: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:14 DEBUG : file1: ChunkedReader.Read at 0 length 1024 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:14 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:14 DEBUG : Looking for writers 2026/04/14 03:27:14 DEBUG : file1: reading active writers 2026/04/14 03:27:14 DEBUG : >WaitForWriters: --- PASS: TestFileReadAtNonZeroLength (0.11s) === RUN TestZipManyFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:14 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f000.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f000.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f000.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yeqosov8putu/flat/f000.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f000.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/flat/f000.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/flat/f000.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: c411c13d2fde40743cb34d29f96a35975bbfef9c /rclone-test-yeqosov8putu/flat/f000.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f000.txt: Parsed hash: c411c13d2fde40743cb34d29f96a35975bbfef9c 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f001.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f001.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f001.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yeqosov8putu/flat/f001.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f001.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/flat/f001.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/flat/f001.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 46007547503950688fd883befced0e53561dae68 /rclone-test-yeqosov8putu/flat/f001.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f001.txt: Parsed hash: 46007547503950688fd883befced0e53561dae68 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f002.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f002.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f002.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yeqosov8putu/flat/f002.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f002.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/flat/f002.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/flat/f002.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 3911c439d6af617451e319f94dfafb3c820da182 /rclone-test-yeqosov8putu/flat/f002.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f002.txt: Parsed hash: 3911c439d6af617451e319f94dfafb3c820da182 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f003.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f003.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f003.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yeqosov8putu/flat/f003.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f003.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/flat/f003.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/flat/f003.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b /rclone-test-yeqosov8putu/flat/f003.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f003.txt: Parsed hash: 091c86b1f3d5adc126ce76dcb8bfab2fcbb4b64b 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f004.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f004.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f004.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yeqosov8putu/flat/f004.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:14 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f004.txt" 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: sha1sum /rclone-test-yeqosov8putu/flat/f004.txt 2026/04/14 03:27:14 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "sha1sum /rclone-test-yeqosov8putu/flat/f004.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 079985a49a3bd62df1a79417e15263ed81bd6843 /rclone-test-yeqosov8putu/flat/f004.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : flat/f004.txt: Parsed hash: 079985a49a3bd62df1a79417e15263ed81bd6843 2026/04/14 03:27:15 DEBUG : flat/f000.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : flat/f000.txt: >Open: fd=flat/f000.txt (r), err= 2026/04/14 03:27:15 DEBUG : flat/f000.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : flat/f000.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f000.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f000.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f000.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a217847fb21f7e963650acc42a7a3b39 /rclone-test-yeqosov8putu/flat/f000.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : flat/f000.txt: Parsed hash: a217847fb21f7e963650acc42a7a3b39 2026/04/14 03:27:15 DEBUG : flat/f001.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : flat/f001.txt: >Open: fd=flat/f001.txt (r), err= 2026/04/14 03:27:15 DEBUG : flat/f001.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : flat/f001.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f001.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f001.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f001.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: f4ae3155a94225d34a70f10e659557c3 /rclone-test-yeqosov8putu/flat/f001.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : flat/f001.txt: Parsed hash: f4ae3155a94225d34a70f10e659557c3 2026/04/14 03:27:15 DEBUG : flat/f002.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : flat/f002.txt: >Open: fd=flat/f002.txt (r), err= 2026/04/14 03:27:15 DEBUG : flat/f002.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : flat/f002.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f002.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f002.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f002.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 32efe482074c8b2c32cb86e0408849d3 /rclone-test-yeqosov8putu/flat/f002.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : flat/f002.txt: Parsed hash: 32efe482074c8b2c32cb86e0408849d3 2026/04/14 03:27:15 DEBUG : flat/f003.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : flat/f003.txt: >Open: fd=flat/f003.txt (r), err= 2026/04/14 03:27:15 DEBUG : flat/f003.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : flat/f003.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f003.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f003.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f003.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 7fc5fc031450b8aa97a6bd2940ce089e /rclone-test-yeqosov8putu/flat/f003.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : flat/f003.txt: Parsed hash: 7fc5fc031450b8aa97a6bd2940ce089e 2026/04/14 03:27:15 DEBUG : flat/f004.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : flat/f004.txt: >Open: fd=flat/f004.txt (r), err= 2026/04/14 03:27:15 DEBUG : flat/f004.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : flat/f004.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/flat/f004.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/flat/f004.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/flat/f004.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: a0cc525f7207539d9ed6f6fe03808820 /rclone-test-yeqosov8putu/flat/f004.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : flat/f004.txt: Parsed hash: a0cc525f7207539d9ed6f6fe03808820 2026/04/14 03:27:15 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:15 DEBUG : flat: Looking for writers 2026/04/14 03:27:15 DEBUG : f000.txt: reading active writers 2026/04/14 03:27:15 DEBUG : f001.txt: reading active writers 2026/04/14 03:27:15 DEBUG : f002.txt: reading active writers 2026/04/14 03:27:15 DEBUG : f003.txt: reading active writers 2026/04/14 03:27:15 DEBUG : f004.txt: reading active writers 2026/04/14 03:27:15 DEBUG : Looking for writers 2026/04/14 03:27:15 DEBUG : flat: reading active writers 2026/04/14 03:27:15 DEBUG : >WaitForWriters: --- PASS: TestZipManyFiles (1.45s) === RUN TestZipManySubDirs run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:15 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:15 DEBUG : a/b/c/deep.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : a/b/c/deep.txt: >Open: fd=a/b/c/deep.txt (r), err= 2026/04/14 03:27:15 DEBUG : a/b/c/deep.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : a/b/c/deep.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/a/b/c/deep.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/a/b/c/deep.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/a/b/c/deep.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 6627415e807ee33c7302917216e7da68 /rclone-test-yeqosov8putu/a/b/c/deep.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : a/b/c/deep.txt: Parsed hash: 6627415e807ee33c7302917216e7da68 2026/04/14 03:27:15 DEBUG : a/b/mid.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : a/b/mid.txt: >Open: fd=a/b/mid.txt (r), err= 2026/04/14 03:27:15 DEBUG : a/b/mid.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : a/b/mid.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/a/b/mid.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/a/b/mid.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/a/b/mid.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 22384709d743fe3c6fb0a4b35b2e10a6 /rclone-test-yeqosov8putu/a/b/mid.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : a/b/mid.txt: Parsed hash: 22384709d743fe3c6fb0a4b35b2e10a6 2026/04/14 03:27:15 DEBUG : a/top.txt: Open: flags=O_RDONLY 2026/04/14 03:27:15 DEBUG : a/top.txt: >Open: fd=a/top.txt (r), err= 2026/04/14 03:27:15 DEBUG : a/top.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:15 DEBUG : a/top.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/a/top.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/a/top.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/a/top.txt" 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: b28354b543375bfa94dabaeda722927f /rclone-test-yeqosov8putu/a/top.txt 2026/04/14 03:27:15 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:15 DEBUG : a/top.txt: Parsed hash: b28354b543375bfa94dabaeda722927f 2026/04/14 03:27:15 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:15 DEBUG : a/b/c: Looking for writers 2026/04/14 03:27:15 DEBUG : deep.txt: reading active writers 2026/04/14 03:27:15 DEBUG : a/b: Looking for writers 2026/04/14 03:27:15 DEBUG : c: reading active writers 2026/04/14 03:27:15 DEBUG : mid.txt: reading active writers 2026/04/14 03:27:15 DEBUG : a: Looking for writers 2026/04/14 03:27:15 DEBUG : b: reading active writers 2026/04/14 03:27:15 DEBUG : top.txt: reading active writers 2026/04/14 03:27:15 DEBUG : Looking for writers 2026/04/14 03:27:15 DEBUG : a: reading active writers 2026/04/14 03:27:15 DEBUG : >WaitForWriters: --- PASS: TestZipManySubDirs (0.31s) === RUN TestZipLargeFiles run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:15 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: Open: flags=O_RDONLY 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: >Open: fd=bigdir/big.bin (r), err= 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 2093056 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 3141632 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 4190208 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: ChunkedReader.Read at 5238784 length 1048576 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/bigdir/big.bin" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/bigdir/big.bin 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/bigdir/big.bin" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 3cab3e7162f4ba226b8000735035149a /rclone-test-yeqosov8putu/bigdir/big.bin 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:16 DEBUG : bigdir/big.bin: Parsed hash: 3cab3e7162f4ba226b8000735035149a 2026/04/14 03:27:16 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:16 DEBUG : bigdir: Looking for writers 2026/04/14 03:27:16 DEBUG : big.bin: reading active writers 2026/04/14 03:27:16 DEBUG : Looking for writers 2026/04/14 03:27:16 DEBUG : bigdir: reading active writers 2026/04/14 03:27:16 DEBUG : >WaitForWriters: --- PASS: TestZipLargeFiles (0.92s) === RUN TestZipDirsInRoot run.go:185: Remote "sftp://rclone@:22/rclone-test-yeqosov8putu", Local "Local file system at /tmp/rclone1537069479", Modify Window "1s" 2026/04/14 03:27:16 INFO : sftp://rclone@:22/rclone-test-yeqosov8putu: poll-interval is not supported by this remote 2026/04/14 03:27:16 DEBUG : dir1/a.txt: Open: flags=O_RDONLY 2026/04/14 03:27:16 DEBUG : dir1/a.txt: >Open: fd=dir1/a.txt (r), err= 2026/04/14 03:27:16 DEBUG : dir1/a.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:16 DEBUG : dir1/a.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir1/a.txt" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir1/a.txt 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir1/a.txt" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 9dd4e461268c8034f5c8564e155c67a6 /rclone-test-yeqosov8putu/dir1/a.txt 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:16 DEBUG : dir1/a.txt: Parsed hash: 9dd4e461268c8034f5c8564e155c67a6 2026/04/14 03:27:16 DEBUG : dir2/b.txt: Open: flags=O_RDONLY 2026/04/14 03:27:16 DEBUG : dir2/b.txt: >Open: fd=dir2/b.txt (r), err= 2026/04/14 03:27:16 DEBUG : dir2/b.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:16 DEBUG : dir2/b.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir2/b.txt" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir2/b.txt 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir2/b.txt" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: 415290769594460e2e485922904f345d /rclone-test-yeqosov8putu/dir2/b.txt 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:16 DEBUG : dir2/b.txt: Parsed hash: 415290769594460e2e485922904f345d 2026/04/14 03:27:16 DEBUG : dir3/c.txt: Open: flags=O_RDONLY 2026/04/14 03:27:16 DEBUG : dir3/c.txt: >Open: fd=dir3/c.txt (r), err= 2026/04/14 03:27:16 DEBUG : dir3/c.txt: ChunkedReader.openRange at 0 length 134217728 2026/04/14 03:27:16 DEBUG : dir3/c.txt: ChunkedReader.Read at 0 length 32768 chunkOffset 0 chunkSize 134217728 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Shell path "/rclone-test-yeqosov8putu/dir3/c.txt" 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: creating additional session 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Running remote command: md5sum /rclone-test-yeqosov8putu/dir3/c.txt 2026/04/14 03:27:16 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: running: ssh -i /tmp/rclone-serve-sftp-ssh.key -o StrictHostKeyChecking=no -p 28623 user@127.0.0.1 "md5sum /rclone-test-yeqosov8putu/dir3/c.txt" 2026/04/14 03:27:17 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: command exited OK 2026/04/14 03:27:17 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Remote command result: fbade9e36a3f36d3d676c1b808451dd7 /rclone-test-yeqosov8putu/dir3/c.txt 2026/04/14 03:27:17 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: ssh external: close 2026/04/14 03:27:17 DEBUG : dir3/c.txt: Parsed hash: fbade9e36a3f36d3d676c1b808451dd7 2026/04/14 03:27:17 DEBUG : WaitForWriters: timeout=30s 2026/04/14 03:27:17 DEBUG : dir3: Looking for writers 2026/04/14 03:27:17 DEBUG : c.txt: reading active writers 2026/04/14 03:27:17 DEBUG : dir1: Looking for writers 2026/04/14 03:27:17 DEBUG : a.txt: reading active writers 2026/04/14 03:27:17 DEBUG : dir2: Looking for writers 2026/04/14 03:27:17 DEBUG : b.txt: reading active writers 2026/04/14 03:27:17 DEBUG : Looking for writers 2026/04/14 03:27:17 DEBUG : dir1: reading active writers 2026/04/14 03:27:17 DEBUG : dir2: reading active writers 2026/04/14 03:27:17 DEBUG : dir3: reading active writers 2026/04/14 03:27:17 DEBUG : >WaitForWriters: --- PASS: TestZipDirsInRoot (0.34s) === RUN TestFunctional vfstest_test.go:20: Skip on non local --- SKIP: TestFunctional (0.00s) PASS 2026/04/14 03:27:17 DEBUG : sftp://rclone@:22/rclone-test-yeqosov8putu: Purge dir "" "./vfs.test -test.v -test.timeout 1h0m0s -remote TestSFTPRcloneSSH: -verbose" - Finished OK in 46.075608495s (try 1/5)